aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2012-11-18 18:29:58 +0000
committerImre Kaloz <kaloz@openwrt.org>2012-11-18 18:29:58 +0000
commitd0226aff1d62d39530819938ac116ee3cbb93efa (patch)
treebe5b7ee7415ecea4025f668a4c453af80831c577
parent863657d04079468a5c95bdb28831e34a17b9db71 (diff)
downloadupstream-d0226aff1d62d39530819938ac116ee3cbb93efa.tar.gz
upstream-d0226aff1d62d39530819938ac116ee3cbb93efa.tar.bz2
upstream-d0226aff1d62d39530819938ac116ee3cbb93efa.zip
shouldn't use kernel headers from userspace
SVN-Revision: 34246
-rw-r--r--package/linux-atm/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile
index 7b5cf1fdcf..0372904d86 100644
--- a/package/linux-atm/Makefile
+++ b/package/linux-atm/Makefile
@@ -74,7 +74,6 @@ define Build/Configure
touch $(PKG_BUILD_DIR)/stamp-h.in
endef
-TARGET_CFLAGS += -I$(LINUX_DIR)/include -I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include
unexport PREFIX
define Build/Compile