2003-01-15 15:05:52 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2003-06-28 02:19:01 -04:00
|
|
|
.PATH: ${.CURDIR}/../../net80211
|
2003-01-15 15:05:52 -05:00
|
|
|
|
|
|
|
|
KMOD= wlan
|
2010-10-19 09:31:43 -04:00
|
|
|
SRCS= ieee80211.c ieee80211_action.c ieee80211_ageq.c \
|
2009-07-05 17:19:10 -04:00
|
|
|
ieee80211_crypto.c ieee80211_crypto_none.c ieee80211_dfs.c \
|
2004-12-08 12:38:38 -05:00
|
|
|
ieee80211_freebsd.c ieee80211_input.c ieee80211_ioctl.c \
|
2009-07-21 10:23:05 -04:00
|
|
|
ieee80211_mesh.c ieee80211_node.c ieee80211_output.c ieee80211_phy.c \
|
|
|
|
|
ieee80211_power.c ieee80211_proto.c ieee80211_scan.c \
|
2010-04-07 11:29:13 -04:00
|
|
|
ieee80211_scan_sta.c ieee80211_radiotap.c ieee80211_ratectl.c \
|
2010-10-19 14:49:26 -04:00
|
|
|
ieee80211_ratectl_none.c ieee80211_regdomain.c \
|
2009-07-21 10:23:05 -04:00
|
|
|
ieee80211_ht.c ieee80211_hwmp.c ieee80211_adhoc.c ieee80211_hostap.c \
|
2012-01-15 14:45:23 -05:00
|
|
|
ieee80211_monitor.c ieee80211_sta.c ieee80211_wds.c ieee80211_ddb.c \
|
2013-02-01 21:00:29 -05:00
|
|
|
ieee80211_tdma.c ieee80211_superg.c
|
2014-03-13 22:58:48 -04:00
|
|
|
SRCS+= bus_if.h device_if.h opt_ddb.h opt_inet.h opt_inet6.h \
|
2012-02-16 16:57:50 -05:00
|
|
|
opt_tdma.h opt_wlan.h
|
2003-01-15 15:05:52 -05:00
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|
2013-12-28 18:17:24 -05:00
|
|
|
|
2014-02-14 15:11:06 -05:00
|
|
|
CWARNFLAGS.ieee80211_adhoc.c= -Wno-unused-function
|
2013-12-28 18:17:24 -05:00
|
|
|
CWARNFLAGS.ieee80211_crypto.c= -Wno-unused-function
|
2014-02-14 15:11:06 -05:00
|
|
|
CWARNFLAGS.ieee80211_hostap.c= -Wno-unused-function
|
2013-12-28 18:17:24 -05:00
|
|
|
CWARNFLAGS.ieee80211_mesh.c= -Wno-unused-function
|
2014-02-14 15:11:06 -05:00
|
|
|
CWARNFLAGS.ieee80211_sta.c= -Wno-unused-function
|
2013-12-28 18:17:24 -05:00
|
|
|
CWARNFLAGS+= ${CWARNFLAGS.${.IMPSRC:T}}
|