Makefile 344 字节
Newer Older
T
Tomas Winkler 已提交
1
obj-$(CONFIG_IWLCORE)	+= iwlcore.o
2
iwlcore-objs 		= iwl-core.o iwl-eeprom.o iwl-hcmd.o
T
Tomas Winkler 已提交
3

T
Tomas Winkler 已提交
4 5 6 7
ifeq ($(CONFIG_IWLWIFI_DEBUGFS),y)
	iwlcore-objs += iwl-debugfs.o
endif

Z
Zhu Yi 已提交
8 9 10 11 12
obj-$(CONFIG_IWL3945)	+= iwl3945.o
iwl3945-objs		= iwl3945-base.o iwl-3945.o iwl-3945-rs.o

obj-$(CONFIG_IWL4965)	+= iwl4965.o
iwl4965-objs		= iwl4965-base.o iwl-4965.o iwl-4965-rs.o