uboot-envtools: fix various compile breakage issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47383
This commit is contained in:
parent
1242463489
commit
b8b4d36379
1 changed files with 3 additions and 1 deletions
|
@ -46,7 +46,7 @@ endef
|
|||
define Build/Configure
|
||||
touch $(PKG_BUILD_DIR)/include/config.mk
|
||||
touch $(PKG_BUILD_DIR)/include/config.h
|
||||
mkdir $(PKG_BUILD_DIR)/include/generated
|
||||
mkdir -p $(PKG_BUILD_DIR)/include/generated
|
||||
touch $(PKG_BUILD_DIR)/include/generated/autoconf.h
|
||||
endef
|
||||
|
||||
|
@ -57,6 +57,8 @@ define Build/Compile
|
|||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||
TARGET_CFLAGS="$(TARGET_CFLAGS)" \
|
||||
UBI="$(CONFIG_UBOOT_ENVTOOLS_UBI)" \
|
||||
dot-config=0 \
|
||||
HOSTLDFLAGS= \
|
||||
env
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue