Merge illumos-gate
[unleashed.git] / kernel / net / net80211 / Makefile
blob7910eeb1d6d05f2b0a82d2984e8e2dfadcbf4f69
1 MODULE= net80211
2 MODULE_TYPE= misc
3 MODULE_DEPS= misc/mac \
4 mac/mac_wifi \
5 drv/ip
6 SRCS= net80211.c \
7 net80211_amrr.c \
8 net80211_crypto.c \
9 net80211_crypto_ccmp.c \
10 net80211_crypto_none.c \
11 net80211_crypto_tkip.c \
12 net80211_crypto_wep.c \
13 net80211_ht.c \
14 net80211_input.c \
15 net80211_ioctl.c \
16 net80211_node.c \
17 net80211_output.c \
18 net80211_proto.c
20 CERRWARN = -Wno-uninitialized
21 CERRWARN += -Wno-switch
22 CERRWARN += -Wno-parentheses
24 .include <kmod.mk>