Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[deliverable/linux.git] / drivers / net / wireless / iwlegacy / Makefile
1 obj-$(CONFIG_IWLEGACY) += iwlegacy.o
2 iwlegacy-objs := common.o
3 iwlegacy-$(CONFIG_IWLEGACY_DEBUGFS) += debug.o
4
5 iwlegacy-objs += $(iwlegacy-m)
6
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
11
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
16
17 ccflags-y += -D__CHECK_ENDIAN__
This page took 0.081375 seconds and 5 git commands to generate.