001-build_module.diff 552 B

1234567891011
  1. --- acx-mac80211-20080802/Makefile 2008-08-02 17:34:09.000000000 +0200
  2. +++ acx-mac80211-20080802-b/Makefile 2008-08-04 22:24:25.000000000 +0200
  3. @@ -28,7 +28,7 @@
  4. obj-$(CONFIG_ACX_MAC80211) += acx-mac80211.o
  5. acx-mac80211-obj-$(CONFIG_ACX_MAC80211_PCI) += pci.o
  6. acx-mac80211-obj-$(CONFIG_ACX_MAC80211_USB) += usb.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 the kernel build
  11. # system must be explicitly invoked.