From 9e16e19abfb6ae6572626dd266d6f75951bc74f9 Mon Sep 17 00:00:00 2001 From: XazZ Date: Sat, 5 Jan 2008 19:30:02 +0100 Subject: [PATCH] FIXME: Makefile modified for easy-use - only for developers revert if we finish work on the driver --- Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 2e2500a..2cd1ff0 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,13 @@ -obj-$(CONFIG_ACX_MAC80211) += acx-mac80211.o +#obj-$(CONFIG_ACX_MAC80211) += acx-mac80211.o -acx-mac80211-obj-$(CONFIG_ACX_MAC80211_PCI) += pci.o -acx-mac80211-obj-$(CONFIG_ACX_MAC80211_USB) += usb.o +#acx-mac80211-obj-$(CONFIG_ACX_MAC80211_PCI) += pci.o +#acx-mac80211-obj-$(CONFIG_ACX_MAC80211_USB) += usb.o #acx-mac80211-objs := wlan.o conv.o ioctl.o common.o $(acx-mac80211-obj-y) -acx-mac80211-objs := common.o $(acx-mac80211-obj-y) +#acx-mac80211-objs := common.o $(acx-mac80211-obj-y) + +obj-m = acx-mac80211.o +acx-mac80211-objs := common.o pci.o acx-mac80211.o # Use this if you have proper Kconfig integration: -- 2.11.4.GIT