aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@winlab.rutgers.edu>2007-11-16 18:53:14 -0500
committerLuis R. Rodriguez <mcgrof@winlab.rutgers.edu>2007-11-16 18:53:14 -0500
commit3930b896b0f08a9aa1f63f7199e7707e1e739730 (patch)
tree4418ce5dabc4074bda2050144202fe917347c69e
parent5e6c9b109b4df95afabbdd44eac271b65e2b98d5 (diff)
downloadcompat-wireless-2.6-old-3930b896b0f08a9aa1f63f7199e7707e1e739730.tar.gz
Typo on Makefile
Signed-off-by: Luis R. Rodriguez <mcgrof@winlab.rutgers.edu>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8244082..a6eff12 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ ifneq ($(KERNELRELEASE),)
# This is a hack! But hey.. it works, got any better ideas, send a patch ;)
NOSTDINC_FLAGS := -I$(PWD)/include/ $(CFLAGS)
-NOSTDINC_FLAGS := -I$(PWD)/include/ -include $(M)/compat/compat.h $(CFLAGS
+NOSTDINC_FLAGS := -I$(PWD)/include/ -include $(M)/compat/compat.h $(CFLAGS)
obj-y := net/wireless/ net/mac80211/ \
drivers/ssb/ \