Merge branch '2.6.36-fixes' of git://github.com/schandinat/linux-2.6
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / otus / Makefile
CommitLineData
4bd43f50
LR
1obj-$(CONFIG_OTUS) += arusb_lnx.o
2
3EXTRA_CFLAGS += -DAMAC
4EXTRA_CFLAGS += -DGCCK
5EXTRA_CFLAGS += -DOFDM
6EXTRA_CFLAGS += -DTXQ_IN_ISR
7EXTRA_CFLAGS += -DWLAN_HOSTIF=0 #0:USB, 1:PCI
8
9#Test Mode
10EXTRA_CFLAGS += -DZM_USB_STREAM_MODE=1
11EXTRA_CFLAGS += -DZM_USB_TX_STREAM_MODE=0
12EXTRA_CFLAGS += -DZM_PCI_DMA_TEST=0
13EXTRA_CFLAGS += -DZM_LARGEPAYLOAD_TEST=0
14EXTRA_CFLAGS += -DZM_FW_LOOP_BACK=0
15EXTRA_CFLAGS += -DZM_LINUX_TPC=1
16#EXTRA_CFLAGS += -DZM_DONT_COPY_RX_BUFFER
17
18EXTRA_CFLAGS += -DZM_HOSTAPD_SUPPORT
19#EXTRA_CFLAGS += -DfTX_GAIN_OFDM=0
20#EXTRA_CFLAGS += -DZM_CONFIG_BIG_ENDIAN -DBIG_ENDIAN
21EXTRA_CFLAGS += -DZM_HALPLUS_LOCK
22EXTRA_CFLAGS += -DZM_OTUS_LINUX_PHASE_2
23
24arusb_lnx-objs := \
25 usbdrv.o \
26 zdusb.o \
27 ioctl.o \
28 wrap_buf.o \
29 wrap_mem.o \
30 wrap_ev.o \
31 wrap_usb.o \
32 wrap_pkt.o \
33 wrap_dbg.o \
34 wrap_mis.o \
35 wrap_sec.o \
36 wwrap.o \
37 80211core/ccmd.o \
38 80211core/chb.o \
39 80211core/cinit.o \
40 80211core/cmm.o \
41 80211core/cmmap.o \
42 80211core/cmmsta.o \
43 80211core/cfunc.o \
44 80211core/coid.o \
45 80211core/ctkip.o \
46 80211core/ctxrx.o \
47 80211core/cic.o \
48 80211core/cpsmgr.o \
49 80211core/cscanmgr.o \
50 80211core/ratectrl.o \
51 80211core/ledmgr.o \
52 80211core/amsdu.o \
53 80211core/cwm.o \
54 80211core/cagg.o \
55 80211core/queue.o \
56 80211core/freqctrl.o \
57 80211core/cwep.o \
58 hal/hprw.o \
59 hal/hpmain.o \
60 hal/hpusb.o \
61 hal/hpreg.o \
62 hal/hpfwuinit.o \
63 hal/hpfwbu.o \
64 hal/hpfw2.o \
65 hal/hpDKfwu.o \
66 hal/hpfwspiu.o \
67 hal/hpani.o