Merge branch 'tc1100-wmi' into release
[pandora-kernel.git] / drivers / staging / rt2870 / Makefile
1 #
2 obj-$(CONFIG_RT2870)    += rt2870sta.o
3
4 # TODO: all of these should be removed
5 EXTRA_CFLAGS += -DLINUX -DAGGREGATION_SUPPORT -DPIGGYBACK_SUPPORT -DWMM_SUPPORT
6 EXTRA_CFLAGS += -DRTMP_MAC_USB -DRTMP_USB_SUPPORT -DRT2870 -DRTMP_TIMER_TASK_SUPPORT
7 EXTRA_CFLAGS += -DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT -DRT30xx -DRT3070
8 EXTRA_CFLAGS += -DDBG
9
10 rt2870sta-objs :=               \
11         common/crypt_md5.o      \
12         common/crypt_sha2.o     \
13         common/crypt_hmac.o     \
14         common/mlme.o           \
15         common/cmm_wep.o        \
16         common/action.o         \
17         common/cmm_data.o       \
18         common/rtmp_init.o      \
19         common/cmm_tkip.o       \
20         common/cmm_aes.o        \
21         common/cmm_sync.o       \
22         common/eeprom.o         \
23         common/cmm_sanity.o     \
24         common/cmm_info.o       \
25         common/cmm_cfg.o        \
26         common/cmm_wpa.o        \
27         common/dfs.o            \
28         common/spectrum.o       \
29         common/rtmp_timer.o     \
30         common/rt_channel.o     \
31         common/cmm_asic.o       \
32         sta/assoc.o             \
33         sta/auth.o              \
34         sta/auth_rsp.o          \
35         sta/sync.o              \
36         sta/sanity.o            \
37         sta/rtmp_data.o         \
38         sta/connect.o           \
39         sta/wpa.o               \
40         rt_linux.o              \
41         rt_main_dev.o           \
42         sta_ioctl.o             \
43         common/ba_action.o      \
44         usb_main_dev.o          \
45         rt_usb.o                \
46         common/cmm_mac_usb.o    \
47         common/rtusb_io.o       \
48         common/rtusb_bulk.o     \
49         common/rtusb_data.o     \
50         common/cmm_data_usb.o   \
51         common/rtmp_mcu.o       \
52         common/ee_efuse.o       \
53         chips/rt30xx.o          \
54         common/rt_rf.o          \
55         chips/rt3070.o