219cd9f9341fe099bc0ce5ba69c2da7442339ab8
[openwrt.git] / package / mac80211 / src / mac80211 / Makefile
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 mac80211-objs-$(CONFIG_NET_SCHED) += wme.o
6
7 mac80211-objs := \
8 ieee80211.o \
9 ieee80211_ioctl.o \
10 sta_info.o \
11 wep.o \
12 wpa.o \
13 ieee80211_sta.o \
14 ieee80211_iface.o \
15 ieee80211_rate.o \
16 michael.o \
17 regdomain.o \
18 tkip.o \
19 aes_ccm.o \
20 cfg.o \
21 rx.o \
22 tx.o \
23 key.o \
24 util.o \
25 event.o \
26 $(mac80211-objs-y)
This page took 0.041419 seconds and 3 git commands to generate.