* [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
* Re: [PATCH] cfg80211: Correct conditional compile of wext-common.c.
2007-01-21 17:19 [PATCH] cfg80211: Correct conditional compile of wext-common.c Marcus Better
@ 2007-01-23 17:41 ` Johannes Berg
0 siblings, 0 replies; 2+ messages in thread
From: Johannes Berg @ 2007-01-23 17:41 UTC (permalink / raw)
To: Marcus Better; +Cc: netdev
[-- Attachment #1: Type: text/plain, Size: 664 bytes --]
On Sun, 2007-01-21 at 18:19 +0100, Marcus Better wrote:
> 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>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
> --- 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)
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 190 bytes --]
^ 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).