]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/net/wireless/iwmc3200wifi/Makefile
Merge branch 'next/driver' of git://git.linaro.org/people/arnd/arm-soc
[mirror_ubuntu-bionic-kernel.git] / drivers / net / wireless / iwmc3200wifi / Makefile
1 obj-$(CONFIG_IWM) := iwmc3200wifi.o
2 iwmc3200wifi-objs += main.o netdev.o rx.o tx.o sdio.o hal.o fw.o
3 iwmc3200wifi-objs += commands.o cfg80211.o eeprom.o
4
5 iwmc3200wifi-$(CONFIG_IWM_DEBUG) += debugfs.o
6 iwmc3200wifi-$(CONFIG_IWM_TRACING) += trace.o
7
8 CFLAGS_trace.o := -I$(src)
9
10 ccflags-y += -D__CHECK_ENDIAN__