Merge branch 'late/fixes' into fixes
[deliverable/linux.git] / drivers / net / wireless / iwlegacy / Makefile
CommitLineData
7f8e1223
SG
1obj-$(CONFIG_IWLEGACY) += iwlegacy.o
2iwlegacy-objs := common.o
f19ab370 3iwlegacy-$(CONFIG_IWLEGACY_DEBUGFS) += debug.o
be663ab6 4
7f8e1223 5iwlegacy-objs += $(iwlegacy-m)
be663ab6 6
be663ab6
WYG
7# 4965
8obj-$(CONFIG_IWL4965) += iwl4965.o
f3a1b49d
SG
9iwl4965-objs := 4965.o 4965-mac.o 4965-rs.o 4965-calib.o
10iwl4965-$(CONFIG_IWLEGACY_DEBUGFS) += 4965-debug.o
be663ab6
WYG
11
12# 3945
13obj-$(CONFIG_IWL3945) += iwl3945.o
ccf5533e
SG
14iwl3945-objs := 3945-mac.o 3945.o 3945-rs.o
15iwl3945-$(CONFIG_IWLEGACY_DEBUGFS) += 3945-debug.o
be663ab6
WYG
16
17ccflags-y += -D__CHECK_ENDIAN__
This page took 0.150879 seconds and 5 git commands to generate.