]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/staging/rt2860/Makefile
Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-artful-kernel.git] / drivers / staging / rt2860 / Makefile
CommitLineData
91980990
GKH
1obj-$(CONFIG_RT2860) += rt2860sta.o
2
3# TODO: all of these should be removed
72aba90f
TD
4ccflags-y := -DLINUX -DAGGREGATION_SUPPORT -DPIGGYBACK_SUPPORT -DWMM_SUPPORT
5ccflags-y += -DRTMP_MAC_PCI -DRTMP_PCI_SUPPORT -DRT2860
6ccflags-y += -DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT -DRT30xx -DRT3090
7ccflags-y += -DDBG
91980990 8
ad528602 9rt2860sta-y := \
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 \
ca97b838 30 common/cmm_asic.o \
91980990 31 sta/assoc.o \
91980990
GKH
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 \
91980990
GKH
40 rt_main_dev.o \
41 sta_ioctl.o \
42 common/ba_action.o \
ca97b838
BZ
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 \
e44fd1cf
BZ
48 common/rtmp_mcu.o \
49 common/ee_efuse.o \
50 chips/rt30xx.o \
51 common/rt_rf.o \
52 chips/rt3090.o