]> rtime.felk.cvut.cz Git - mcf548x/linux.git/blob - drivers/net/wireless/iwmc3200wifi/Makefile
Initial 2.6.37
[mcf548x/linux.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__