003-build_as_modules.patch 433 B

1234567891011
  1. --- a/Makefile
  2. +++ b/Makefile
  3. @@ -29,7 +29,7 @@ ifneq ($(KERNELRELEASE),)
  4. acx-mac80211-obj-$(CONFIG_ACX_MAC80211_PCI) += pci.o
  5. acx-mac80211-obj-$(CONFIG_ACX_MAC80211_USB) += usb.o
  6. acx-mac80211-obj-$(CONFIG_ACX_MAC80211_MEM) += mem.o
  7. - acx-mac80211-objs := common.o $(acx-mac80211-obj-y)
  8. + acx-mac80211-objs := common.o $(acx-mac80211-obj-m)
  9. else
  10. # Otherwise we were called directly from the command line: the kernel build