From: Johannes Berg Date: Thu, 5 Jan 2006 17:45:00 +0000 (+0100) Subject: [PATCH] softmac: fix Makefiles X-Git-Tag: v2.6.17-rc1~994^2~12^2~19 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45867e6a55aee984d69ce8f93a87e26d32d470dc;p=linux-2.6 [PATCH] softmac: fix Makefiles Signed-off-by: John W. Linville --- diff --git a/net/ieee80211/Makefile b/net/ieee80211/Makefile index f988417121..796a7c76ee 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 d8c416bddd..bfcb391bb2 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 \