[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1169574102.3649.16.camel@johannes.berg>
Date: Tue, 23 Jan 2007 18:41:42 +0100
From: Johannes Berg <johannes@...solutions.net>
To: Marcus Better <marcus@...ter.se>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] cfg80211: Correct conditional compile of wext-common.c.
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@...ter.se>
Acked-by: Johannes Berg <johannes@...solutions.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)
Download attachment "signature.asc" of type "application/pgp-signature" (191 bytes)
Powered by blists - more mailing lists