From: Johannes Berg <[EMAIL PROTECTED]> Date: Thu Jan 5 18:45:00 2006 +0100 Subject: [PATCH] softmac: fix Makefiles
Signed-off-by: John W. Linville <[EMAIL PROTECTED]> --- net/ieee80211/Makefile | 1 + net/ieee80211/softmac/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) 6b8e587bd0f4fd8a5601531cbee03c5fabd93731 diff --git a/net/ieee80211/Makefile b/net/ieee80211/Makefile index f988417..796a7c7 100644 --- a/net/ieee80211/Makefile +++ b/net/ieee80211/Makefile @@ -10,3 +10,4 @@ ieee80211-objs := \ ieee80211_wx.o \ ieee80211_geo.o +obj-$(CONFIG_IEEE80211_SOFTMAC) += softmac/ diff --git a/net/ieee80211/softmac/Makefile b/net/ieee80211/softmac/Makefile index d8c416b..bfcb391 100644 --- a/net/ieee80211/softmac/Makefile +++ b/net/ieee80211/softmac/Makefile @@ -1,4 +1,4 @@ -obj-$(CONFIG_IEEE80211_SOFTMAC) := ieee80211softmac.o +obj-$(CONFIG_IEEE80211_SOFTMAC) += ieee80211softmac.o ieee80211softmac-objs := \ ieee80211softmac_io.o \ ieee80211softmac_auth.o \ -- 1.2.4 -- John W. Linville [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html