Staging: rt2870: remove CONFIG_STA_SUPPORT ifdefs
[safe/jmp/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 EXTRA_CFLAGS += -DWPA_SUPPLICANT_SUPPORT
9 EXTRA_CFLAGS += -DNATIVE_WPA_SUPPLICANT_SUPPORT
10
11 rt2870sta-objs :=               \
12         common/md5.o            \
13         common/mlme.o           \
14         common/rtmp_wep.o       \
15         common/action.o         \
16         common/cmm_data.o       \
17         common/rtmp_init.o      \
18         common/rtmp_tkip.o      \
19         common/cmm_sync.o       \
20         common/eeprom.o         \
21         common/cmm_sanity.o     \
22         common/cmm_info.o       \
23         common/cmm_wpa.o        \
24         common/dfs.o            \
25         common/spectrum.o       \
26         sta/assoc.o             \
27         sta/aironet.o           \
28         sta/auth.o              \
29         sta/auth_rsp.o          \
30         sta/sync.o              \
31         sta/sanity.o            \
32         sta/rtmp_data.o         \
33         sta/connect.o           \
34         sta/wpa.o               \
35         rt_linux.o              \
36         rt_profile.o            \
37         rt_main_dev.o           \
38         sta_ioctl.o             \
39         common/ba_action.o      \
40         2870_main_dev.o         \
41         common/2870_rtmp_init.o \
42         common/rtusb_io.o       \
43         common/rtusb_bulk.o     \
44         common/rtusb_data.o     \
45         common/cmm_data_2870.o
46