summaryrefslogtreecommitdiffstats
path: root/sys/modules/bwn/Makefile
blob: 3aa36ff2fcebdb78b8014ae2445db43b0a19f78f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# $FreeBSD$

.PATH: ${SRCTOP}/sys/dev/bwn

KMOD=	if_bwn
SRCS=	if_bwn.c if_bwnreg.h if_bwnvar.h
SRCS+=	if_bwn_util.c

# PHY
SRCS+=	if_bwn_phy_common.c
SRCS+=	if_bwn_phy_g.c if_bwn_phy_lp.c
SRCS+=	if_bwn_phy_n.c

# Other
SRCS+=	device_if.h bus_if.h pci_if.h opt_bwn.h opt_wlan.h

# Uncomment this for the GPL PHY code; this requires the
# module be built with BWN_GPL_PHY set in the kernel
# configuration.

#.PATH: ${SRCTOP}/sys/gnu/dev/bwn/phy_n
#SRCS+=  if_bwn_radio_2055.c
#SRCS+=  if_bwn_radio_2056.c
#SRCS+=  if_bwn_radio_2057.c
#SRCS+=  if_bwn_phy_n_tables.c
#SRCS+=  if_bwn_phy_n_ppr.c
#SRCS+=  if_bwn_phy_n_core.c

.include <bsd.kmod.mk>

# XXX Work around clang warnings, until maintainer approves fix.
CWARNFLAGS.if_bwn.c=	${NO_WSOMETIMES_UNINITIALIZED}
CWARNFLAGS.if_bwn_phy_g.c=	${NO_WSOMETIMES_UNINITIALIZED} ${NO_WCONSTANT_CONVERSION}
CWARNFLAGS.if_bwn_phy_lp.c=	${NO_WSOMETIMES_UNINITIALIZED}
OpenPOWER on IntegriCloud