mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
Makefile: fix annoying sunxi hack message
every compilation shows this error Hack for sunxi which doesn't have a proper binman definition for 64-bit boards not only for sunxi-boards/arm64 fix this by changing to real comments Fixes: 9f55ee259d0c ("Makefile: sunxi: Don't use binman to build ATF image") Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
This commit is contained in:
committed by
Tom Rini
parent
c25344ff9a
commit
dbfca734d0
4
Makefile
4
Makefile
@@ -1024,8 +1024,8 @@ PHONY += inputs
|
|||||||
inputs: $(INPUTS-y)
|
inputs: $(INPUTS-y)
|
||||||
|
|
||||||
all: .binman_stamp inputs
|
all: .binman_stamp inputs
|
||||||
# Hack for sunxi which doesn't have a proper binman definition for
|
# Hack for sunxi which doesn't have a proper binman definition for
|
||||||
# 64-bit boards
|
# 64-bit boards
|
||||||
ifneq ($(CONFIG_ARCH_SUNXI)$(CONFIG_ARM64),yy)
|
ifneq ($(CONFIG_ARCH_SUNXI)$(CONFIG_ARM64),yy)
|
||||||
ifeq ($(CONFIG_BINMAN),y)
|
ifeq ($(CONFIG_BINMAN),y)
|
||||||
$(call if_changed,binman)
|
$(call if_changed,binman)
|
||||||
|
Reference in New Issue
Block a user