aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2008-05-20 06:24:08 -0700
committerLuis R. Rodriguez <lrodriguez@atheros.com>2008-05-20 06:24:08 -0700
commit19ac8193afc08d4c4184b83c83aa2252645d94aa (patch)
tree20186ead0b2dfd0c3bfb58ef5ed135ffe30dc933
parent5ba773ee641c8f938195c2779ea283d7386010c9 (diff)
downloadcompat-wireless-2.6-old-19ac8193afc08d4c4184b83c83aa2252645d94aa.tar.gz
Fix compile on 2.6.26. This was inspired by Pavel's changes
on MadWifi. We use M= instead, as SUBDIRS is old. http://madwifi.org/changeset/3603 Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 522b07f..e905402 100644
--- a/Makefile
+++ b/Makefile
@@ -12,9 +12,9 @@ MADWIFI=$(shell $(MODPROBE) -l ath_pci)
ifneq ($(KERNELRELEASE),)
-include $(src)/$(COMPAT_CONFIG)
+include $(M)/$(COMPAT_CONFIG)
-NOSTDINC_FLAGS := -I$(src)/include/ -include $(M)/include/net/compat.h $(CFLAGS)
+NOSTDINC_FLAGS := -I$(M)/include/ -include $(M)/include/net/compat.h $(CFLAGS)
obj-y := net/wireless/ net/mac80211/ net/ieee80211/ \
drivers/ssb/ \