forked from Minki/linux
34dd5feb8b
Add event tracer for iwmc3200wifi driver. When enabled, all the commands and responses between the driver and firmware (also including Tx/Rx frames) will be recorded in the ftrace ring buffer. Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
9 lines
274 B
Makefile
9 lines
274 B
Makefile
obj-$(CONFIG_IWM) := iwmc3200wifi.o
|
|
iwmc3200wifi-objs += main.o netdev.o rx.o tx.o sdio.o hal.o fw.o
|
|
iwmc3200wifi-objs += commands.o cfg80211.o eeprom.o
|
|
|
|
iwmc3200wifi-$(CONFIG_IWM_DEBUG) += debugfs.o
|
|
iwmc3200wifi-$(CONFIG_IWM_TRACING) += trace.o
|
|
|
|
CFLAGS_trace.o := -I$(src)
|