Staging: rt2860: remove CONFIG_STA_SUPPORT ifdefs
[linux-2.6] / drivers / staging / rt2860 / Makefile
1 obj-$(CONFIG_RT2860)    += rt2860sta.o
2
3 # TODO: all of these should be removed
4 EXTRA_CFLAGS += -DLINUX -DAGGREGATION_SUPPORT -DPIGGYBACK_SUPPORT -DWMM_SUPPORT
5 EXTRA_CFLAGS += -DDBG
6 EXTRA_CFLAGS += -DDOT11_N_SUPPORT
7 EXTRA_CFLAGS += -DWPA_SUPPLICANT_SUPPORT
8 EXTRA_CFLAGS += -DNATIVE_WPA_SUPPLICANT_SUPPORT
9
10 rt2860sta-objs :=       \
11         common/md5.o            \
12         common/mlme.o           \
13         common/rtmp_wep.o       \
14         common/action.o         \
15         common/cmm_data.o       \
16         common/rtmp_init.o      \
17         common/rtmp_tkip.o      \
18         common/cmm_sync.o       \
19         common/eeprom.o         \
20         common/cmm_sanity.o     \
21         common/cmm_info.o       \
22         common/cmm_wpa.o        \
23         common/dfs.o            \
24         common/spectrum.o       \
25         sta/assoc.o             \
26         sta/aironet.o           \
27         sta/auth.o              \
28         sta/auth_rsp.o          \
29         sta/sync.o              \
30         sta/sanity.o            \
31         sta/rtmp_data.o         \
32         sta/connect.o           \
33         sta/wpa.o               \
34         rt_linux.o              \
35         rt_profile.o            \
36         rt_main_dev.o           \
37         sta_ioctl.o             \
38         common/ba_action.o      \
39         common/2860_rtmp_init.o \
40         2860_main_dev.o         \
41         common/cmm_data_2860.o