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: http://pilppa.com/gitweb/?a=commitdiff_plain;h=45867e6a55aee984d69ce8f93a87e26d32d470dc;p=linux-2.6-omap-h63xx.git [PATCH] softmac: fix Makefiles Signed-off-by: John W. Linville --- diff --git a/net/ieee80211/Makefile b/net/ieee80211/Makefile index f988417121d..796a7c76ee4 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 d8c416bdddd..bfcb391bb2c 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 \