Skip to content

Commit

Permalink
[PATCH] softmac: fix Makefiles
Browse files Browse the repository at this point in the history
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Johannes Berg authored and John W. Linville committed Mar 23, 2006
1 parent 714e1a5 commit 45867e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions net/ieee80211/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ ieee80211-objs := \
ieee80211_wx.o \
ieee80211_geo.o

obj-$(CONFIG_IEEE80211_SOFTMAC) += softmac/
2 changes: 1 addition & 1 deletion net/ieee80211/softmac/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
obj-$(CONFIG_IEEE80211_SOFTMAC) := ieee80211softmac.o
obj-$(CONFIG_IEEE80211_SOFTMAC) += ieee80211softmac.o
ieee80211softmac-objs := \
ieee80211softmac_io.o \
ieee80211softmac_auth.o \
Expand Down

0 comments on commit 45867e6

Please sign in to comment.