]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/staging/rt2860/Makefile
Staging: rt2860: add RT3090 chipset support
[net-next-2.6.git] / drivers / staging / rt2860 / Makefile
CommitLineData
91980990
GKH
1obj-$(CONFIG_RT2860) += rt2860sta.o
2
3# TODO: all of these should be removed
4EXTRA_CFLAGS += -DLINUX -DAGGREGATION_SUPPORT -DPIGGYBACK_SUPPORT -DWMM_SUPPORT
ca97b838 5EXTRA_CFLAGS += -DRTMP_MAC_PCI -DRTMP_PCI_SUPPORT -DRT2860
e44fd1cf 6EXTRA_CFLAGS += -DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT -DRT30xx -DRT3090
91980990 7EXTRA_CFLAGS += -DDBG
91980990
GKH
8
9rt2860sta-objs := \
ca97b838
BZ
10 common/crypt_md5.o \
11 common/crypt_sha2.o \
12 common/crypt_hmac.o \
91980990 13 common/mlme.o \
ca97b838 14 common/cmm_wep.o \
91980990
GKH
15 common/action.o \
16 common/cmm_data.o \
17 common/rtmp_init.o \
ca97b838
BZ
18 common/cmm_tkip.o \
19 common/cmm_aes.o \
91980990
GKH
20 common/cmm_sync.o \
21 common/eeprom.o \
22 common/cmm_sanity.o \
23 common/cmm_info.o \
ca97b838 24 common/cmm_cfg.o \
91980990
GKH
25 common/cmm_wpa.o \
26 common/dfs.o \
27 common/spectrum.o \
ca97b838
BZ
28 common/rtmp_timer.o \
29 common/rt_channel.o \
30 common/cmm_profile.o \
31 common/cmm_asic.o \
91980990 32 sta/assoc.o \
91980990
GKH
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_profile.o \
42 rt_main_dev.o \
43 sta_ioctl.o \
44 common/ba_action.o \
ca97b838
BZ
45 pci_main_dev.o \
46 rt_pci_rbus.o \
47 common/cmm_mac_pci.o \
48 common/cmm_data_pci.o \
49 common/ee_prom.o \
e44fd1cf
BZ
50 common/rtmp_mcu.o \
51 common/ee_efuse.o \
52 chips/rt30xx.o \
53 common/rt_rf.o \
54 chips/rt3090.o