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