Merge branch 'for-2.6.30' into for-2.6.31
[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 += -DCONFIG_STA_SUPPORT
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 rt2860sta-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         common/2860_rtmp_init.o \
41         2860_main_dev.o         \
42         common/cmm_data_2860.o