Zhu Yi | bb9f869 | 2009-05-21 21:20:45 +0800 | [diff] [blame] | 1 | obj-$(CONFIG_IWM) := iwmc3200wifi.o |
2 | iwmc3200wifi-objs += main.o netdev.o rx.o tx.o sdio.o hal.o fw.o | ||||
Johannes Berg | a9a1162 | 2009-07-27 12:01:53 +0200 | [diff] [blame] | 3 | iwmc3200wifi-objs += commands.o cfg80211.o eeprom.o |
Zhu Yi | bb9f869 | 2009-05-21 21:20:45 +0800 | [diff] [blame] | 4 | |
5 | iwmc3200wifi-$(CONFIG_IWM_DEBUG) += debugfs.o | ||||
Zhu Yi | 34dd5fe | 2010-02-25 14:15:27 +0800 | [diff] [blame^] | 6 | iwmc3200wifi-$(CONFIG_IWM_TRACING) += trace.o |
7 | |||||
8 | CFLAGS_trace.o := -I$(src) |