summaryrefslogtreecommitdiffstats
path: root/sys/modules/wlan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/wlan/Makefile')
-rw-r--r--sys/modules/wlan/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/sys/modules/wlan/Makefile b/sys/modules/wlan/Makefile
index 5712218..b6f10e3 100644
--- a/sys/modules/wlan/Makefile
+++ b/sys/modules/wlan/Makefile
@@ -3,16 +3,18 @@
.PATH: ${.CURDIR}/../../net80211
KMOD= wlan
-SRCS= ieee80211.c ieee80211_crypto.c ieee80211_crypto_none.c \
+SRCS= ieee80211.c ieee80211_crypto.c ieee80211_crypto_none.c ieee80211_dfs.c \
ieee80211_freebsd.c ieee80211_input.c ieee80211_ioctl.c \
- ieee80211_node.c ieee80211_output.c ieee80211_power.c \
- ieee80211_proto.c ieee80211_scan.c ieee80211_regdomain.c \
- ieee80211_ht.c
-SRCS+= bus_if.h device_if.h opt_compat.h opt_inet.h opt_ipx.h
+ ieee80211_node.c ieee80211_output.c ieee80211_phy.c ieee80211_power.c \
+ ieee80211_proto.c ieee80211_scan.c ieee80211_scan_sta.c \
+ ieee80211_regdomain.c ieee80211_ht.c \
+ ieee80211_adhoc.c ieee80211_hostap.c ieee80211_monitor.c \
+ ieee80211_sta.c ieee80211_wds.c
+SRCS+= bus_if.h device_if.h opt_inet.h opt_ipx.h opt_wlan.h
.if !defined(KERNBUILDDIR)
-opt_compat.h:
- echo "#define COMPAT_FREEBSD6 1" > ${.TARGET}
+opt_wlan.h:
+ echo "#define IEEE80211_DEBUG 1" > opt_wlan.h
opt_inet.h:
echo "#define INET 1" > opt_inet.h
OpenPOWER on IntegriCloud