~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/staging/rt2860/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
obj-$(CONFIG_RT2860)    += rt2860sta.o
2
 
 
3
 
# TODO: all of these should be removed
4
 
ccflags-y := -DLINUX -DAGGREGATION_SUPPORT -DPIGGYBACK_SUPPORT -DWMM_SUPPORT
5
 
ccflags-y += -DRTMP_MAC_PCI -DRTMP_PCI_SUPPORT -DRT2860
6
 
ccflags-y += -DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT -DRT30xx -DRT3090
7
 
ccflags-y += -DDBG
8
 
 
9
 
rt2860sta-y :=  \
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