From d0226aff1d62d39530819938ac116ee3cbb93efa Mon Sep 17 00:00:00 2001
From: Imre Kaloz <kaloz@openwrt.org>
Date: Sun, 18 Nov 2012 18:29:58 +0000
Subject: [PATCH] shouldn't use kernel headers from userspace

SVN-Revision: 34246
---
 package/linux-atm/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile
index 7b5cf1fdcf9..0372904d869 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
-- 
GitLab