瀏覽代碼

[PATCH] softmac: fix Makefiles

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Johannes Berg 19 年之前
父節點
當前提交
45867e6a55
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      net/ieee80211/Makefile
  2. 1 1
      net/ieee80211/softmac/Makefile

+ 1 - 0
net/ieee80211/Makefile

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

+ 1 - 1
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 \