Staging: rt2860: remove WPA_SUPPLICANT_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
8 rt2860sta-objs :=       \
9         common/md5.o            \
10         common/mlme.o           \
11         common/rtmp_wep.o       \
12         common/action.o         \
13         common/cmm_data.o       \
14         common/rtmp_init.o      \
15         common/rtmp_tkip.o      \
16         common/cmm_sync.o       \
17         common/eeprom.o         \
18         common/cmm_sanity.o     \
19         common/cmm_info.o       \
20         common/cmm_wpa.o        \
21         common/dfs.o            \
22         common/spectrum.o       \
23         sta/assoc.o             \
24         sta/aironet.o           \
25         sta/auth.o              \
26         sta/auth_rsp.o          \
27         sta/sync.o              \
28         sta/sanity.o            \
29         sta/rtmp_data.o         \
30         sta/connect.o           \
31         sta/wpa.o               \
32         rt_linux.o              \
33         rt_profile.o            \
34         rt_main_dev.o           \
35         sta_ioctl.o             \
36         common/ba_action.o      \
37         common/2860_rtmp_init.o \
38         2860_main_dev.o         \
39         common/cmm_data_2860.o