aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-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 f988417121d..796a7c76ee4 100644
--- a/net/ieee80211/Makefile
+++ b/net/ieee80211/Makefile
@@ -10,3 +10,4 @@ ieee80211-objs := \
10 ieee80211_wx.o \ 10 ieee80211_wx.o \
11 ieee80211_geo.o 11 ieee80211_geo.o
12 12
13obj-$(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 @@
1obj-$(CONFIG_IEEE80211_SOFTMAC) := ieee80211softmac.o 1obj-$(CONFIG_IEEE80211_SOFTMAC) += ieee80211softmac.o
2ieee80211softmac-objs := \ 2ieee80211softmac-objs := \
3 ieee80211softmac_io.o \ 3 ieee80211softmac_io.o \
4 ieee80211softmac_auth.o \ 4 ieee80211softmac_auth.o \