Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/otus/Makefile
Luis R. Rodriguez 4bd43f507c Staging: add otus Atheros wireless network driver
Initial dump of the otus USB wireless network driver.
It builds properly, but a lot of work needs to be done cleaning
it up before it can be merged into the wireless driver tree.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-01-06 13:52:10 -08:00

68 lines
1.4 KiB
Makefile

obj-$(CONFIG_OTUS) += arusb_lnx.o
EXTRA_CFLAGS += -DAMAC
EXTRA_CFLAGS += -DGCCK
EXTRA_CFLAGS += -DOFDM
EXTRA_CFLAGS += -DTXQ_IN_ISR
EXTRA_CFLAGS += -DWLAN_HOSTIF=0 #0:USB, 1:PCI
#Test Mode
EXTRA_CFLAGS += -DZM_USB_STREAM_MODE=1
EXTRA_CFLAGS += -DZM_USB_TX_STREAM_MODE=0
EXTRA_CFLAGS += -DZM_PCI_DMA_TEST=0
EXTRA_CFLAGS += -DZM_LARGEPAYLOAD_TEST=0
EXTRA_CFLAGS += -DZM_FW_LOOP_BACK=0
EXTRA_CFLAGS += -DZM_LINUX_TPC=1
#EXTRA_CFLAGS += -DZM_DONT_COPY_RX_BUFFER
EXTRA_CFLAGS += -DZM_HOSTAPD_SUPPORT
#EXTRA_CFLAGS += -DfTX_GAIN_OFDM=0
#EXTRA_CFLAGS += -DZM_CONFIG_BIG_ENDIAN -DBIG_ENDIAN
EXTRA_CFLAGS += -DZM_HALPLUS_LOCK
EXTRA_CFLAGS += -DZM_OTUS_LINUX_PHASE_2
arusb_lnx-objs := \
usbdrv.o \
zdusb.o \
ioctl.o \
wrap_buf.o \
wrap_mem.o \
wrap_ev.o \
wrap_usb.o \
wrap_pkt.o \
wrap_dbg.o \
wrap_mis.o \
wrap_sec.o \
wwrap.o \
80211core/ccmd.o \
80211core/chb.o \
80211core/cinit.o \
80211core/cmm.o \
80211core/cmmap.o \
80211core/cmmsta.o \
80211core/cfunc.o \
80211core/coid.o \
80211core/ctkip.o \
80211core/ctxrx.o \
80211core/cic.o \
80211core/cpsmgr.o \
80211core/cscanmgr.o \
80211core/ratectrl.o \
80211core/ledmgr.o \
80211core/amsdu.o \
80211core/cwm.o \
80211core/cagg.o \
80211core/queue.o \
80211core/freqctrl.o \
80211core/cwep.o \
hal/hprw.o \
hal/hpmain.o \
hal/hpusb.o \
hal/hpreg.o \
hal/hpfwuinit.o \
hal/hpfwbu.o \
hal/hpfw2.o \
hal/hpDKfwu.o \
hal/hpfwspiu.o \
hal/hpani.o