[PATCH] softmac: fix Makefiles

Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Johannes Berg 2006-01-05 18:45:00 +01:00 committed by John W. Linville
parent 714e1a5116
commit 45867e6a55
2 changed files with 2 additions and 1 deletions

View File

@ -10,3 +10,4 @@ ieee80211-objs := \
ieee80211_wx.o \
ieee80211_geo.o
obj-$(CONFIG_IEEE80211_SOFTMAC) += softmac/

View 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 \