USB: staging: fix up usb_buffer_alloc calls in the staging tree
[pandora-kernel.git] / 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 += -DRTMP_MAC_PCI -DRTMP_PCI_SUPPORT -DRT2860
6 EXTRA_CFLAGS += -DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT -DRT30xx -DRT3090
7 EXTRA_CFLAGS += -DDBG
8
9 rt2860sta-objs :=       \
10         common/crypt_md5.o      \
11         common/crypt_sha2.o     \
12         common/crypt_hmac.o     \
13         common/mlme.o           \
14         common/cmm_wep.o        \
15         common/action.o         \
16         common/cmm_data.o       \
17         common/rtmp_init.o      \
18         common/cmm_tkip.o       \
19         common/cmm_aes.o        \
20         common/cmm_sync.o       \
21         common/eeprom.o         \
22         common/cmm_sanity.o     \
23         common/cmm_info.o       \
24         common/cmm_cfg.o        \
25         common/cmm_wpa.o        \
26         common/dfs.o            \
27         common/spectrum.o       \
28         common/rtmp_timer.o     \
29         common/rt_channel.o     \
30         common/cmm_asic.o       \
31         sta/assoc.o             \
32         sta/auth.o              \
33         sta/auth_rsp.o          \
34         sta/sync.o              \
35         sta/sanity.o            \
36         sta/rtmp_data.o         \
37         sta/connect.o           \
38         sta/wpa.o               \
39         rt_linux.o              \
40         rt_main_dev.o           \
41         sta_ioctl.o             \
42         common/ba_action.o      \
43         pci_main_dev.o          \
44         rt_pci_rbus.o           \
45         common/cmm_mac_pci.o    \
46         common/cmm_data_pci.o   \
47         common/ee_prom.o        \
48         common/rtmp_mcu.o       \
49         common/ee_efuse.o       \
50         chips/rt30xx.o          \
51         common/rt_rf.o          \
52         chips/rt3090.o