Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[deliverable/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__
This page took 0.037901 seconds and 5 git commands to generate.