diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2012-11-18 18:29:58 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2012-11-18 18:29:58 +0000 |
commit | d0226aff1d62d39530819938ac116ee3cbb93efa (patch) | |
tree | be5b7ee7415ecea4025f668a4c453af80831c577 /package/linux-atm/Makefile | |
parent | 863657d04079468a5c95bdb28831e34a17b9db71 (diff) | |
download | upstream-d0226aff1d62d39530819938ac116ee3cbb93efa.tar.gz upstream-d0226aff1d62d39530819938ac116ee3cbb93efa.tar.bz2 upstream-d0226aff1d62d39530819938ac116ee3cbb93efa.zip |
shouldn't use kernel headers from userspace
SVN-Revision: 34246
Diffstat (limited to 'package/linux-atm/Makefile')
-rw-r--r-- | package/linux-atm/Makefile | 1 |
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 |