From: Tomas Winkler <tomas.winkler@intel.com>
To: torvalds@linux-foundation.org, davem@davemloft.net,
linville@tuxdriver.com--to, yi.zhu@intel.com,
reinette.chatre@intel.com
Cc: linux-wireless@vger.kernel.org, Tomas Winkler <tomas.winkler@intel.com>
Subject: [PATCH 1/1] iwlwifi: Fix built-in compilation of iwlcore
Date: Wed, 23 Apr 2008 13:38:41 +0300 [thread overview]
Message-ID: <1208947121-22640-1-git-send-email-tomas.winkler@intel.com> (raw)
This patch fixes problem in Makefile that prevented
built-in compilation of iwlcore
Commit that caused this problem: eadd3c4b
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Yi Zhu <yi.zhu@intel.com>
---
drivers/net/wireless/iwlwifi/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/wireless/iwlwifi/Makefile b/drivers/net/wireless/iwlwifi/Makefile
index e83dd68..e2c05f5 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 iwl-power.o
iwlcore-$(CONFIG_IWLWIFI_DEBUGFS) += iwl-debugfs.o
iwlcore-$(CONFIG_IWLWIFI_LEDS) += iwl-led.o
--
1.5.4.1
---------------------------------------------------------------------
Intel Israel (74) Limited
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
next reply other threads:[~2008-04-23 10:38 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-23 10:38 Tomas Winkler [this message]
2008-04-23 10:49 ` [PATCH 1/1] iwlwifi: Fix built-in compilation of iwlcore David Miller
2008-04-23 20:51 ` John W. Linville
2008-04-23 23:30 ` Chatre, Reinette
2008-04-24 2:31 ` [PATCH] iwlwifi: Fix built-in compilation of iwlcore (part 2) Zhu Yi
2008-04-24 2:43 ` David Miller
2008-04-24 2:58 ` Zhu Yi
-- strict thread matches above, loose matches on Subject: below --
2008-04-23 10:58 [PATCH 1/1] iwlwifi: Fix built-in compilation of iwlcore Tomas Winkler
2008-04-23 11:00 ` David Miller
2008-04-23 11:02 ` Tomas Winkler
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=1208947121-22640-1-git-send-email-tomas.winkler@intel.com \
--to=tomas.winkler@intel.com \
--cc=davem@davemloft.net \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com--to \
--cc=reinette.chatre@intel.com \
--cc=torvalds@linux-foundation.org \
--cc=yi.zhu@intel.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).