diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2008-04-20 20:35:46 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2008-04-20 20:35:46 +0000 |
| commit | b032f27c365b992e9d8e42214183b39acfb8c6ac (patch) | |
| tree | bc7985c57e7ecfa1ac03e48c406a25430dba634b /sys/modules/wlan | |
| parent | f44636071190e39b601efef820f32bf0fb0bb02f (diff) | |
Notes
Diffstat (limited to 'sys/modules/wlan')
| -rw-r--r-- | sys/modules/wlan/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/sys/modules/wlan/Makefile b/sys/modules/wlan/Makefile index 57122180a39a..b6f10e308818 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 |
