6bc913bd96
This patch puts in use eeprom from iwlcore module Signed-off-by: Assaf Krauss <assaf.krauss@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
9 lines
260 B
Makefile
9 lines
260 B
Makefile
obj-$(CONFIG_IWLCORE) += iwlcore.o
|
|
iwlcore-objs = iwl-core.o iwl-eeprom.o
|
|
|
|
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
|