summaryrefslogtreecommitdiffstats
path: root/package/acx-mac80211/patches/003-build_as_modules.patch
blob: 31a6aae6cfd796de0aa86e59f4d45423f20e497d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ ifneq ($(KERNELRELEASE),)
 	acx-mac80211-obj-$(CONFIG_ACX_MAC80211_PCI) += pci.o
 	acx-mac80211-obj-$(CONFIG_ACX_MAC80211_USB) += usb.o
 	acx-mac80211-obj-$(CONFIG_ACX_MAC80211_MEM) += mem.o
-	acx-mac80211-objs := common.o $(acx-mac80211-obj-y)
+	acx-mac80211-objs := common.o $(acx-mac80211-obj-m)
 	
 else
 # Otherwise we were called directly from the command line: the kernel build