diff options
author | Marko Ratkaj <marko.ratkaj@sartura.hr> | 2017-09-25 12:28:52 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-09-25 22:38:29 +0200 |
commit | ad0e107c2355c8221c96a8cf131405c06c016ae4 (patch) | |
tree | 60b49d3e77df284154c20dac00f232a6ae459c49 /package/boot/uboot-mvebu | |
parent | 118efdcdba4f41b6da866fa7602b2eb17133c1f9 (diff) | |
download | upstream-ad0e107c2355c8221c96a8cf131405c06c016ae4.tar.gz upstream-ad0e107c2355c8221c96a8cf131405c06c016ae4.tar.bz2 upstream-ad0e107c2355c8221c96a8cf131405c06c016ae4.zip |
uboot-mvebu: add missing UBOOT_MAKE_FLAGS variable
This patch removes "/bin/sh: HOSTCPPFLAGS: command not found" errors douring build.
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Diffstat (limited to 'package/boot/uboot-mvebu')
-rw-r--r-- | package/boot/uboot-mvebu/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/boot/uboot-mvebu/Makefile b/package/boot/uboot-mvebu/Makefile index 2c280faa21..b29039cd82 100644 --- a/package/boot/uboot-mvebu/Makefile +++ b/package/boot/uboot-mvebu/Makefile @@ -16,6 +16,8 @@ PKG_HASH:=f54baf3f9325bf444c7905f3a5b6f83680edb1e6e1a4d5f8a5ad80abe885113f include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk +UBOOT_MAKE_FLAGS:= + define U-Boot/Default BUILD_TARGET:=mvebu HIDDEN:=1 |