diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2006-01-05 12:45:00 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-03-22 22:16:51 -0500 |
commit | 45867e6a55aee984d69ce8f93a87e26d32d470dc (patch) | |
tree | 08f8f5aa61adb6a0222eaec4e927db5120e1b3fd /net/ieee80211/Makefile | |
parent | 714e1a511627b7d95ff1666c66272613a96d2873 (diff) |
[PATCH] softmac: fix Makefiles
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/ieee80211/Makefile')
-rw-r--r-- | net/ieee80211/Makefile | 1 |
1 files changed, 1 insertions, 0 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 := \ | |||
10 | ieee80211_wx.o \ | 10 | ieee80211_wx.o \ |
11 | ieee80211_geo.o | 11 | ieee80211_geo.o |
12 | 12 | ||
13 | obj-$(CONFIG_IEEE80211_SOFTMAC) += softmac/ | ||