Skip to content
Snippets Groups Projects
Commit ad0e107c authored by Marko Ratkaj's avatar Marko Ratkaj Committed by Hauke Mehrtens
Browse files

uboot-mvebu: add missing UBOOT_MAKE_FLAGS variable


This patch removes "/bin/sh: HOSTCPPFLAGS: command not found" errors douring build.

Signed-off-by: default avatarMarko Ratkaj <marko.ratkaj@sartura.hr>
parent 118efdcd
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,8 @@ PKG_HASH:=f54baf3f9325bf444c7905f3a5b6f83680edb1e6e1a4d5f8a5ad80abe885113f ...@@ -16,6 +16,8 @@ PKG_HASH:=f54baf3f9325bf444c7905f3a5b6f83680edb1e6e1a4d5f8a5ad80abe885113f
include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/u-boot.mk
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
UBOOT_MAKE_FLAGS:=
define U-Boot/Default define U-Boot/Default
BUILD_TARGET:=mvebu BUILD_TARGET:=mvebu
HIDDEN:=1 HIDDEN:=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment