From: Imre Kaloz Date: Sun, 18 Nov 2012 18:29:58 +0000 (+0000) Subject: shouldn't use kernel headers from userspace X-Git-Tag: reboot~12266 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d0226aff1d62d39530819938ac116ee3cbb93efa;p=openwrt%2Fopenwrt.git shouldn't use kernel headers from userspace SVN-Revision: 34246 --- 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