mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-13 18:34:53 +00:00
linux-atm: don't fail if an PREFIX env var is set
SVN-Revision: 27779
This commit is contained in:
parent
94c728dc39
commit
20d62f8e5f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user