diff --git a/[refs] b/[refs] index 03ca6bfcefaa..19da5e8d16e0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 714e1a511627b7d95ff1666c66272613a96d2873 +refs/heads/master: 45867e6a55aee984d69ce8f93a87e26d32d470dc diff --git a/trunk/net/ieee80211/Makefile b/trunk/net/ieee80211/Makefile index f988417121da..796a7c76ee48 100644 --- a/trunk/net/ieee80211/Makefile +++ b/trunk/net/ieee80211/Makefile @@ -10,3 +10,4 @@ ieee80211-objs := \ ieee80211_wx.o \ ieee80211_geo.o +obj-$(CONFIG_IEEE80211_SOFTMAC) += softmac/ diff --git a/trunk/net/ieee80211/softmac/Makefile b/trunk/net/ieee80211/softmac/Makefile index d8c416bdddd7..bfcb391bb2c7 100644 --- a/trunk/net/ieee80211/softmac/Makefile +++ b/trunk/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 \