[PATCH] softmac: fix Makefiles
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 5 Jan 2006 17:45:00 +0000 (18:45 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 23 Mar 2006 03:16:51 +0000 (22:16 -0500)
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/ieee80211/Makefile
net/ieee80211/softmac/Makefile

index f988417..796a7c7 100644 (file)
@@ -10,3 +10,4 @@ ieee80211-objs := \
        ieee80211_wx.o \
        ieee80211_geo.o
 
+obj-$(CONFIG_IEEE80211_SOFTMAC) += softmac/
index d8c416b..bfcb391 100644 (file)
@@ -1,4 +1,4 @@
-obj-$(CONFIG_IEEE80211_SOFTMAC) := ieee80211softmac.o
+obj-$(CONFIG_IEEE80211_SOFTMAC) += ieee80211softmac.o
 ieee80211softmac-objs := \
                        ieee80211softmac_io.o \
                        ieee80211softmac_auth.o \