aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@winlab.rutgers.edu>2007-12-06 04:31:32 -0500
committerLuis R. Rodriguez <mcgrof@winlab.rutgers.edu>2007-12-06 04:31:32 -0500
commitc3464af325e0e7d6ebe4a37b4ccd2ceeed36ae85 (patch)
treebcde1a48d0da5fc679d0bf8142f665d49e72bfed
parent636a9cfad7458f034e8cded5320aa1c96786df65 (diff)
downloadcompat-wireless-2.6-old-c3464af325e0e7d6ebe4a37b4ccd2ceeed36ae85.tar.gz
Remove junk
Signed-off-by: Luis R. Rodriguez <mcgrof@winlab.rutgers.edu>
-rw-r--r--Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index dd59ec1..4ea83a5 100644
--- a/Makefile
+++ b/Makefile
@@ -10,20 +10,13 @@ MADWIFI=$(shell modprobe -l ath_pci)
ifneq ($(KERNELRELEASE),)
-# Bug: $(src) is not working ??
include $(src)/config.mk
export $(COPTS)
+
COMPAT_WIRELESS=$(HOME)/devel/compat-wireless-2.6
EXTRA_CFLAGS += $(COPTS)
-#NOSTDINC_FLAGS := -I$(PWD)/include/
NOSTDINC_FLAGS := -I$(PWD)/include/ -include $(M)/include/net/compat.h $(CFLAGS)
-#NOSTDINC_FLAGS := -I$(PWD)/include/ $(CFLAGS)
-#NOSTDINC_FLAGS := -I$(PWD)/include/ -include $(M)/include/net/compat.h $(CFLAGS)
-
-#NOSTDINC_FLAGS := -I$(PWD)/include/ -include $(M)/include/net/compat.h
-#NOSTDINC_FLAGS := $(COPTS) $(CFLAGS)
-
obj-y := net/wireless/ net/mac80211/ net/ieee80211/ \
drivers/ssb/ \
drivers/misc/ \