summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFrank Wunderlich <frank-w@public-files.de>2020-08-11 17:19:54 +0200
committerTom Rini <trini@konsulko.com>2020-08-12 08:06:00 -0400
commitdbfca734d0e2b36a966be066cb2dc15e0fc71c85 (patch)
tree0e0b419d1ad4aa622f431ec472ff1d93ebc49d3f /Makefile
parentc25344ff9ae1d764a8e85296736d6e150e34b4fd (diff)
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5fb68bf31c..d9a08818cd 100644
--- a/Makefile
+++ b/Makefile
@@ -1024,8 +1024,8 @@ PHONY += inputs
inputs: $(INPUTS-y)
all: .binman_stamp inputs
- # Hack for sunxi which doesn't have a proper binman definition for
- # 64-bit boards
+# Hack for sunxi which doesn't have a proper binman definition for
+# 64-bit boards
ifneq ($(CONFIG_ARCH_SUNXI)$(CONFIG_ARM64),yy)
ifeq ($(CONFIG_BINMAN),y)
$(call if_changed,binman)