Merge tag 'gpio-v3.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[linux-2.6.git] / drivers / net / wireless / iwlegacy / Makefile
blobc985a01a07314a4e90284f36bb622fab3be05cdd
1 obj-$(CONFIG_IWLEGACY) += iwlegacy.o
2 iwlegacy-objs := common.o
3 iwlegacy-$(CONFIG_IWLEGACY_DEBUGFS) += debug.o
5 iwlegacy-objs += $(iwlegacy-m)
7 # 4965
8 obj-$(CONFIG_IWL4965) += iwl4965.o
9 iwl4965-objs := 4965.o 4965-mac.o 4965-rs.o 4965-calib.o
10 iwl4965-$(CONFIG_IWLEGACY_DEBUGFS) += 4965-debug.o
12 # 3945
13 obj-$(CONFIG_IWL3945) += iwl3945.o
14 iwl3945-objs := 3945-mac.o 3945.o 3945-rs.o
15 iwl3945-$(CONFIG_IWLEGACY_DEBUGFS) += 3945-debug.o
17 ccflags-y += -D__CHECK_ENDIAN__