aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee80211
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2006-01-05 18:45:00 +0100
committerJohn W. Linville <linville@tuxdriver.com>2006-03-22 22:16:51 -0500
commit45867e6a55aee984d69ce8f93a87e26d32d470dc (patch)
tree08f8f5aa61adb6a0222eaec4e927db5120e1b3fd /net/ieee80211
parent[PATCH] softmac: fix some sparse warnings (diff)
downloadlinux-dev-45867e6a55aee984d69ce8f93a87e26d32d470dc.tar.xz
linux-dev-45867e6a55aee984d69ce8f93a87e26d32d470dc.zip
[PATCH] softmac: fix Makefiles
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/ieee80211')
-rw-r--r--net/ieee80211/Makefile1
-rw-r--r--net/ieee80211/softmac/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/net/ieee80211/Makefile b/net/ieee80211/Makefile
index f988417121da..796a7c76ee48 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 d8c416bdddd7..bfcb391bb2c7 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 \