linux-atm: don't fail if an PREFIX env var is set

SVN-Revision: 27779
lede-17.01
Jo-Philipp Wich 2011-07-26 10:47:59 +00:00
parent 94c728dc39
commit 20d62f8e5f
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ define Build/Configure
endef endef
TARGET_CFLAGS += -I$(LINUX_DIR)/include -I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include TARGET_CFLAGS += -I$(LINUX_DIR)/include -I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include
unexport PREFIX
define Build/Compile define Build/Compile
# src/qgen is built with HOSTCC, which does not really like our LDFLAGS # src/qgen is built with HOSTCC, which does not really like our LDFLAGS