]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/net/wireless/intel/iwlegacy/Makefile
Makefile: drop -D__CHECK_ENDIAN__ from cflags
[mirror_ubuntu-bionic-kernel.git] / drivers / net / wireless / intel / 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