From: Zhu Yi <yi.zhu@intel.com>
To: torvalds@linux-foundation.org, davem@davemloft.net,
reinette.chatre@intel.com, linux-wireless@vger.kernel.org,
"Winkler, Tomas" <tomas.winkler@intel.com>
Subject: [PATCH] iwlwifi: Fix built-in compilation of iwlcore (part 2)
Date: Thu, 24 Apr 2008 10:31:47 +0800 [thread overview]
Message-ID: <1209004307.17816.33.camel@debian.sh.intel.com> (raw)
In-Reply-To: <1208947121-22640-1-git-send-email-tomas.winkler@intel.com>
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>
diff --git a/drivers/net/wireless/Makefile
b/drivers/net/wireless/Makefile
index 300fc68..41eb08e 100644
--- a/drivers/net/wireless/Makefile
+++ b/drivers/net/wireless/Makefile
@@ -58,8 +58,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/
next prev parent reply other threads:[~2008-04-24 2:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-23 10:38 [PATCH 1/1] iwlwifi: Fix built-in compilation of iwlcore Tomas Winkler
2008-04-23 10:49 ` David Miller
2008-04-23 20:51 ` John W. Linville
2008-04-23 23:30 ` Chatre, Reinette
2008-04-24 2:31 ` Zhu Yi [this message]
2008-04-24 2:43 ` [PATCH] iwlwifi: Fix built-in compilation of iwlcore (part 2) David Miller
2008-04-24 2:58 ` Zhu Yi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1209004307.17816.33.camel@debian.sh.intel.com \
--to=yi.zhu@intel.com \
--cc=davem@davemloft.net \
--cc=linux-wireless@vger.kernel.org \
--cc=reinette.chatre@intel.com \
--cc=tomas.winkler@intel.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.