iwlwifi: Fix built-in compilation of iwlcore
authorTomas Winkler <tomas.winkler@intel.com>
Wed, 23 Apr 2008 10:48:57 +0000 (03:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Apr 2008 10:48:57 +0000 (03:48 -0700)
This patch fixes problem in Makefile that prevented
built-in compilation of iwlcore

Commit that caused this problem: eadd3c4b ("iwlwifi: make Makefile
more concise")

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Yi Zhu <yi.zhu@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wireless/iwlwifi/Makefile

index 4f3e88b..ec6187b 100644 (file)
@@ -1,4 +1,4 @@
-obj-$(CONFIG_IWLCORE)  := iwlcore.o
+obj-$(CONFIG_IWLCORE)  += iwlcore.o
 iwlcore-objs           := iwl-core.o iwl-eeprom.o iwl-hcmd.o
 iwlcore-$(CONFIG_IWLWIFI_DEBUGFS) += iwl-debugfs.o
 iwlcore-$(CONFIG_IWLWIFI_LEDS) += iwl-led.o