commit | 5130102fc43f7f3a897796b14918305ad96e1b4c | [log] [tgz] |
---|---|---|
author | Angelo Dureghello <angelo.dureghello@timesys.com> | Fri Nov 05 16:20:24 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 15 14:33:32 2021 -0500 |
tree | b9f41ab775e0995c22173f56cb596ce6d65ed740 | |
parent | a5e305256b072d9eea97e106df479704f5b4f24f [diff] [blame] |
makefile: add missing semicolons On some distributions, as Debian GNU 11, this targets fails with errors. Signed-off-by: Angelo Dureghello <angelo.dureghello@timesys.com>
diff --git a/Makefile b/Makefile index 0220e8d..5064996 100644 --- a/Makefile +++ b/Makefile
@@ -1246,7 +1246,7 @@ 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)