xref: /freebsd-13.1/sys/modules/wlan/Makefile (revision 83271c68)
1241ab3c6SSam Leffler# $FreeBSD$
2241ab3c6SSam Leffler
3193d9e76SEnji Cooper.PATH: ${SRCTOP}/sys/net80211
4241ab3c6SSam Leffler
5241ab3c6SSam LefflerKMOD=	wlan
6e09a0bdbSRui PauloSRCS=	ieee80211.c ieee80211_action.c ieee80211_ageq.c \
724d3677bSSam Leffler	ieee80211_crypto.c ieee80211_crypto_none.c ieee80211_dfs.c \
863f9a4cbSSam Leffler	ieee80211_freebsd.c ieee80211_input.c ieee80211_ioctl.c \
9a6d54daeSRui Paulo	ieee80211_mesh.c ieee80211_node.c ieee80211_output.c ieee80211_phy.c \
10cc6dd788SAdrian Chadd	ieee80211_power.c ieee80211_proto.c ieee80211_scan.c ieee80211_scan_sw.c \
11b6108616SRui Paulo	ieee80211_scan_sta.c ieee80211_radiotap.c ieee80211_ratectl.c \
129a9a302fSBernhard Schmidt	ieee80211_ratectl_none.c ieee80211_regdomain.c \
13a6d54daeSRui Paulo	ieee80211_ht.c ieee80211_hwmp.c ieee80211_adhoc.c ieee80211_hostap.c \
144aecc339SAdrian Chadd	ieee80211_monitor.c ieee80211_sta.c ieee80211_wds.c ieee80211_ddb.c \
15b092fd69SAdrian Chadd	ieee80211_tdma.c ieee80211_superg.c ieee80211_vht.c
162c284d93SGleb SmirnoffSRCS+=	bus_if.h device_if.h opt_ddb.h opt_inet.h opt_inet6.h \
17f7e784d5SUlrich Spörlein	opt_tdma.h opt_wlan.h
18241ab3c6SSam Leffler
19*83271c68SKonstantin BelousovEXPORT_SYMS=	YES
20*83271c68SKonstantin Belousov
21241ab3c6SSam Leffler.include <bsd.kmod.mk>
2229c425acSDimitry Andric
23b3448df4SDimitry AndricCWARNFLAGS.ieee80211_adhoc.c=	-Wno-unused-function
2429c425acSDimitry AndricCWARNFLAGS.ieee80211_crypto.c=	-Wno-unused-function
25b3448df4SDimitry AndricCWARNFLAGS.ieee80211_hostap.c=	-Wno-unused-function
2629c425acSDimitry AndricCWARNFLAGS.ieee80211_mesh.c=	-Wno-unused-function
27b3448df4SDimitry AndricCWARNFLAGS.ieee80211_sta.c=	-Wno-unused-function
28