summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2021-11-16 14:23:30 -0500
committerTom Rini <[email protected]>2021-11-16 14:23:30 -0500
commit3144ba23bf4649f699078259fdf2e5cb4eab8f53 (patch)
treef19391a1e5401b638c072cb654b5f32858f17a67 /Makefile
parent2ffa0e87df3a7595f71d05782924ee83146d9fe7 (diff)
parent4b32531be236bbd9ca60f26447511f79e214f79e (diff)
Merge branch '2021-11-15-assorted-fixes'
- Rename "tqc" to "tq" and related updates - Assorted minor ARM updates, build updates and documentation updates
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0220e8ded99..50649963a43 100644
--- a/Makefile
+++ b/Makefile
@@ -1246,7 +1246,7 @@ binary_size_check: u-boot-nodtb.bin FORCE
echo "u-boot.map shows a binary size of $$map_size" >&2 ; \
echo " but u-boot-nodtb.bin shows $$file_size" >&2 ; \
exit 1; \
- fi \
+ fi; \
fi
ifeq ($(CONFIG_INIT_SP_RELATIVE)$(CONFIG_OF_SEPARATE),yy)