Browse Source

iwlwifi: Fix built-in compilation of iwlcore (part 2)

On Wed, 2008-04-23 at 13:38 +0300, Tomas Winkler wrote:
> This patch fixes problem in Makefile that prevented
> built-in compilation of iwlcore

Here is the second part. Without this,
drivers/net/wireless/iwlwifi/build-in.o will not be linked into vmlinux.

Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Zhu Yi 17 years ago
parent
commit
49186b4a08
1 changed files with 1 additions and 2 deletions
  1. 1 2
      drivers/net/wireless/Makefile

+ 1 - 2
drivers/net/wireless/Makefile

@@ -56,8 +56,7 @@ obj-$(CONFIG_RTL8187)	+= rtl8187.o
 
 
 obj-$(CONFIG_ADM8211)	+= adm8211.o
 obj-$(CONFIG_ADM8211)	+= adm8211.o
 
 
-obj-$(CONFIG_IWL3945)	+= iwlwifi/
-obj-$(CONFIG_IWL4965)	+= iwlwifi/
+obj-$(CONFIG_IWLCORE)	+= iwlwifi/
 obj-$(CONFIG_RT2X00)	+= rt2x00/
 obj-$(CONFIG_RT2X00)	+= rt2x00/
 
 
 obj-$(CONFIG_P54_COMMON)	+= p54/
 obj-$(CONFIG_P54_COMMON)	+= p54/