login
Header Space

 
 

Re: [PATCH] Allow building iwl3945 without iwl4965.

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <jason@...>
Cc: <yi.zhu@...>, <netdev@...>
Date: Sunday, April 27, 2008 - 6:43 pm

From: Jason Riedy <jason@acm.org>
Date: Sat, 26 Apr 2008 15:27:43 -0700


Patch applied, thanks a lot jason.


No, the "part 1" is exactly the patch posted by Tomas Winkler
and referenced in the 49186b4a083655 commit, which is:

commit d7d313000ba2fc94a5383511a17ff38a39bab928
Author: Tomas Winkler <tomas.winkler@intel.com>
Date:   Wed Apr 23 03:48:57 2008 -0700

    iwlwifi: Fix built-in compilation of iwlcore
    
    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>

diff --git a/drivers/net/wireless/iwlwifi/Makefile b/drivers/net/wireless/iwlwifi/Makefile
index 4f3e88b..ec6187b 100644
--- a/drivers/net/wireless/iwlwifi/Makefile
+++ b/drivers/net/wireless/iwlwifi/Makefile
@@ -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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Allow building iwl3945 without iwl4965., Jason Riedy, (Sat Apr 26, 6:27 pm)
[2.6 patch] make IWLWIFI a tristate, Adrian Bunk, (Mon May 5, 2:25 pm)
Re: [2.6 patch] make IWLWIFI a tristate, Zhu Yi, (Mon May 5, 9:26 pm)
Re: [2.6 patch] make IWLWIFI a tristate, David Miller, (Tue May 6, 3:05 am)
Re: [2.6 patch] make IWLWIFI a tristate, David Miller, (Mon May 5, 3:40 pm)
Re: [2.6 patch] make IWLWIFI a tristate, Adrian Bunk, (Mon May 5, 3:42 pm)
Re: [PATCH] Allow building iwl3945 without iwl4965., John W. Linville, (Tue Apr 29, 9:27 am)
Re: [PATCH] Allow building iwl3945 without iwl4965., Randy.Dunlap, (Tue Apr 29, 10:36 pm)
Re: [PATCH] Allow building iwl3945 without iwl4965., Sam Ravnborg, (Fri May 2, 11:07 am)
Re: [PATCH] Allow building iwl3945 without iwl4965., David Miller, (Tue Apr 29, 10:17 pm)
Re: [PATCH] Allow building iwl3945 without iwl4965., David Miller, (Tue Apr 29, 10:32 pm)
Re: [PATCH] Allow building iwl3945 without iwl4965., Bill Fink, (Wed Apr 30, 12:46 am)
Re: [PATCH] Allow building iwl3945 without iwl4965., David Miller, (Sun Apr 27, 6:43 pm)
speck-geostationary