mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
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>
This commit is contained in:
parent
a5e305256b
commit
5130102fc4
2 changed files with 2 additions and 2 deletions
|
@ -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 $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue