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