forked from Minki/linux
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>
This commit is contained in:
parent
48abfe05cd
commit
49186b4a08
@ -56,8 +56,7 @@ obj-$(CONFIG_RTL8187) += rtl8187.o
|
||||
|
||||
obj-$(CONFIG_ADM8211) += adm8211.o
|
||||
|
||||
obj-$(CONFIG_IWL3945) += iwlwifi/
|
||||
obj-$(CONFIG_IWL4965) += iwlwifi/
|
||||
obj-$(CONFIG_IWLCORE) += iwlwifi/
|
||||
obj-$(CONFIG_RT2X00) += rt2x00/
|
||||
|
||||
obj-$(CONFIG_P54_COMMON) += p54/
|
||||
|
Loading…
Reference in New Issue
Block a user