Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
[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 += -DRT2860
6 EXTRA_CFLAGS += -DCONFIG_STA_SUPPORT
7 EXTRA_CFLAGS += -DDBG
8 EXTRA_CFLAGS += -DDOT11_N_SUPPORT
9 EXTRA_CFLAGS += -DWPA_SUPPLICANT_SUPPORT
10 EXTRA_CFLAGS += -DNATIVE_WPA_SUPPLICANT_SUPPORT
11
12 rt2860sta-objs :=       \
13         common/md5.o            \
14         common/mlme.o           \
15         common/rtmp_wep.o       \
16         common/action.o         \
17         common/cmm_data.o       \
18         common/rtmp_init.o      \
19         common/rtmp_tkip.o      \
20         common/cmm_sync.o       \
21         common/eeprom.o         \
22         common/cmm_sanity.o     \
23         common/cmm_info.o       \
24         common/cmm_wpa.o        \
25         common/dfs.o            \
26         common/spectrum.o       \
27         sta/assoc.o             \
28         sta/aironet.o           \
29         sta/auth.o              \
30         sta/auth_rsp.o          \
31         sta/sync.o              \
32         sta/sanity.o            \
33         sta/rtmp_data.o         \
34         sta/connect.o           \
35         sta/wpa.o               \
36         rt_linux.o              \
37         rt_profile.o            \
38         rt_main_dev.o           \
39         sta_ioctl.o             \
40         common/ba_action.o      \
41         common/2860_rtmp_init.o \
42         2860_main_dev.o         \
43         common/cmm_data_2860.o