diff options
Diffstat (limited to 'net/mac80211/Makefile')
-rw-r--r-- | net/mac80211/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/mac80211/Makefile b/net/mac80211/Makefile new file mode 100644 index 000000000000..e9738dad2d7c --- /dev/null +++ b/net/mac80211/Makefile | |||
@@ -0,0 +1,20 @@ | |||
1 | obj-$(CONFIG_MAC80211) += mac80211.o rc80211_simple.o | ||
2 | |||
3 | mac80211-objs-$(CONFIG_MAC80211_LEDS) += ieee80211_led.o | ||
4 | mac80211-objs-$(CONFIG_MAC80211_DEBUGFS) += debugfs.o debugfs_sta.o debugfs_netdev.o debugfs_key.o | ||
5 | |||
6 | mac80211-objs := \ | ||
7 | ieee80211.o \ | ||
8 | ieee80211_ioctl.o \ | ||
9 | sta_info.o \ | ||
10 | wep.o \ | ||
11 | wpa.o \ | ||
12 | ieee80211_sta.o \ | ||
13 | ieee80211_iface.o \ | ||
14 | ieee80211_rate.o \ | ||
15 | michael.o \ | ||
16 | tkip.o \ | ||
17 | aes_ccm.o \ | ||
18 | wme.o \ | ||
19 | ieee80211_cfg.o \ | ||
20 | $(mac80211-objs-y) | ||