Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[deliverable/linux.git] / drivers / net / wireless / iwmc3200wifi / Makefile
CommitLineData
bb9f8692
ZY
1obj-$(CONFIG_IWM) := iwmc3200wifi.o
2iwmc3200wifi-objs += main.o netdev.o rx.o tx.o sdio.o hal.o fw.o
a9a11622 3iwmc3200wifi-objs += commands.o cfg80211.o eeprom.o
bb9f8692
ZY
4
5iwmc3200wifi-$(CONFIG_IWM_DEBUG) += debugfs.o
34dd5feb
ZY
6iwmc3200wifi-$(CONFIG_IWM_TRACING) += trace.o
7
8CFLAGS_trace.o := -I$(src)
e88402fb
SO
9
10ccflags-y += -D__CHECK_ENDIAN__
This page took 0.215091 seconds and 5 git commands to generate.