summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-11-16 22:23:30 +0300
committerTom Rini <trini@konsulko.com>2021-11-16 22:23:30 +0300
commit3144ba23bf4649f699078259fdf2e5cb4eab8f53 (patch)
treef19391a1e5401b638c072cb654b5f32858f17a67 /scripts
parent2ffa0e87df3a7595f71d05782924ee83146d9fe7 (diff)
parent4b32531be236bbd9ca60f26447511f79e214f79e (diff)
downloadu-boot-3144ba23bf4649f699078259fdf2e5cb4eab8f53.tar.xz
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 'scripts')
-rw-r--r--scripts/Makefile.autoconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.autoconf b/scripts/Makefile.autoconf
index 0bfc1b2a62..8a3efdb2db 100644
--- a/scripts/Makefile.autoconf
+++ b/scripts/Makefile.autoconf
@@ -61,7 +61,7 @@ quiet_cmd_autoconf = GEN $@
if [ -n "${KCONFIG_IGNORE_DUPLICATES}" ] || \
! grep -q "$${line%=*}=" include/config/auto.conf; then \
echo "$$line"; \
- fi \
+ fi; \
done > $@
quiet_cmd_u_boot_cfg = CFG $@