Merge branch 'for-next' of git://git.o-hand.com/linux-mfd
[sfrench/cifs-2.6.git] / drivers / staging / rt3070 / Makefile
1 obj-$(CONFIG_RT3070)    += rt3070sta.o
2
3 # TODO: all of these should be removed
4 EXTRA_CFLAGS += -DLINUX -DAGGREGATION_SUPPORT -DPIGGYBACK_SUPPORT -DWMM_SUPPORT
5 EXTRA_CFLAGS += -DRT2870 -DRT30xx -DRT3070
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 rt3070sta-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         2870_main_dev.o         \
42         common/2870_rtmp_init.o \
43         common/rtusb_io.o       \
44         common/rtusb_bulk.o     \
45         common/rtusb_data.o     \
46         common/cmm_data_2870.o
47