add devicescape 802.11 stack
[openwrt/staging/mkresin.git] / openwrt / target / linux / package / ieee80211-dscape / src / Makefile
1 obj-$(CONFIG_IEEE80211) += 80211.o rate_control.o
2
3 80211-objs := \
4 ieee80211.o \
5 ieee80211_ioctl.o \
6 sta_info.o \
7 wep.o \
8 wpa.o \
9 ieee80211_proc.o \
10 ieee80211_scan.o \
11 ieee80211_sta.o \
12 michael.o \
13 tkip.o \
14 aes_ccm.o \
15 wme.o
16
17 ifeq ($(CONFIG_NET_SCHED),)
18 80211-objs += fifo_qdisc.o
19 endif
20
21 ifeq ($(CONFIG_IEEE80211_LEDS),y)
22 80211-objs += ieee80211_led.o
23 endif