Makefile 629 字节
Newer Older
1
obj-$(CONFIG_IWLCORE)	+= iwlcore.o
2 3 4
iwlcore-objs 		:= iwl-core.o iwl-eeprom.o iwl-hcmd.o iwl-power.o
iwlcore-objs 		+= iwl-rx.o iwl-tx.o iwl-sta.o iwl-calib.o
iwlcore-objs 		+= iwl-scan.o
5 6 7
iwlcore-$(CONFIG_IWLWIFI_DEBUGFS) += iwl-debugfs.o
iwlcore-$(CONFIG_IWLWIFI_LEDS) += iwl-led.o
iwlcore-$(CONFIG_IWLWIFI_RFKILL) += iwl-rfkill.o
8

Z
Zhu Yi 已提交
9
obj-$(CONFIG_IWL3945)	+= iwl3945.o
10 11
iwl3945-objs		:= iwl3945-base.o iwl-3945.o iwl-3945-rs.o
iwl3945-$(CONFIG_IWL3945_LEDS) += iwl-3945-led.o
M
Mohamed Abbas 已提交
12

Z
Zhu Yi 已提交
13
obj-$(CONFIG_IWL4965)	+= iwl4965.o
14
iwl4965-objs		:= iwl4965-base.o iwl-4965.o iwl-agn-rs.o
M
Mohamed Abbas 已提交
15

16 17 18 19 20
ifeq ($(CONFIG_IWL5000),y)
	iwl4965-objs += iwl-5000.o
endif