]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
remove kernel include dir from default CFLAGS
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 16 Sep 2008 20:20:31 +0000 (22:20 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Tue, 16 Sep 2008 20:20:31 +0000 (22:20 +0200)
Makefile

index ae013338e361c07c6891b75e09eca1a4376bb7d5..25333e3574555e6404c0fd68c5d0721d1fd927fc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,6 @@ INSTALL ?= install
 PREFIX ?= /usr
 CC ?= "gcc"
 CFLAGS += -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration
-CFLAGS += -I/lib/modules/`uname -r`/source/include
 CFLAGS += -O2 -g
 LDFLAGS += -lnl