Merge branch 'gta02-audio' into for-2.6.32
[pandora-kernel.git] / 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
8 rt2870sta-objs :=               \
9         common/md5.o            \
10         common/mlme.o           \
11         common/rtmp_wep.o       \
12         common/action.o         \
13         common/cmm_data.o       \
14         common/rtmp_init.o      \
15         common/rtmp_tkip.o      \
16         common/cmm_sync.o       \
17         common/eeprom.o         \
18         common/cmm_sanity.o     \
19         common/cmm_info.o       \
20         common/cmm_wpa.o        \
21         common/dfs.o            \
22         common/spectrum.o       \
23         sta/assoc.o             \
24         sta/aironet.o           \
25         sta/auth.o              \
26         sta/auth_rsp.o          \
27         sta/sync.o              \
28         sta/sanity.o            \
29         sta/rtmp_data.o         \
30         sta/connect.o           \
31         sta/wpa.o               \
32         rt_linux.o              \
33         rt_profile.o            \
34         rt_main_dev.o           \
35         sta_ioctl.o             \
36         common/ba_action.o      \
37         2870_main_dev.o         \
38         common/2870_rtmp_init.o \
39         common/rtusb_io.o       \
40         common/rtusb_bulk.o     \
41         common/rtusb_data.o     \
42         common/cmm_data_2870.o
43