* [PATCH] cfg80211: Correct conditional compile of wext-common.c.
@ 2007-01-21 17:19 Marcus Better
2007-01-23 17:41 ` Johannes Berg
0 siblings, 1 reply; 2+ messages in thread
From: Marcus Better @ 2007-01-21 17:19 UTC (permalink / raw)
To: netdev; +Cc: johannes
wext-common.o is required if CONFIG_WIRELESS_EXT is set. Looks like `CONFIG_NET_WIRELESS' is a typo.
Signed-off-by: Marcus Better <marcus@better.se>
--- a/net/wireless/Makefile
+++ b/net/wireless/Makefile
@@ -12,5 +12,5 @@ obj-ny :=
# this needs to be compiled in...
obj-$(CONFIG_CFG80211_WEXT_COMPAT) += wext-compat.o
-obj-$(CONFIG_CFG80211_WEXT_COMPAT)$(CONFIG_NET_WIRELESS) += wext-common.o
+obj-$(CONFIG_CFG80211_WEXT_COMPAT)$(CONFIG_WIRELESS_EXT) += wext-common.o
obj-y += $(obj-yy) $(obj-yn) $(obj-ny)
--
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-01-23 17:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-21 17:19 [PATCH] cfg80211: Correct conditional compile of wext-common.c Marcus Better
2007-01-23 17:41 ` Johannes Berg
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).