diff options
author | Martin Roth <gaumless@gmail.com> | 2023-12-08 00:43:23 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-12-20 04:06:55 +0000 |
commit | 372503fba6e73349a68860823c129ceea224af82 (patch) | |
tree | c58b08a2daf184d321fc25acc71c38febf1e1fef /src/ec/hp/kbc1126/Makefile.inc | |
parent | 0cec2351e2ad8c6575abff07c397f858747c90a1 (diff) |
treewide: Use show_notices target for warnings
This updates all warnings currently being printed under the files_added
and build_complete targets to the show_notices target.
Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: Ia14d790dd377f2892f047059b6d24e5b5c5ea823
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79423
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/ec/hp/kbc1126/Makefile.inc')
-rw-r--r-- | src/ec/hp/kbc1126/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/hp/kbc1126/Makefile.inc b/src/ec/hp/kbc1126/Makefile.inc index 3f7fa19b5d..5f22e132e2 100644 --- a/src/ec/hp/kbc1126/Makefile.inc +++ b/src/ec/hp/kbc1126/Makefile.inc @@ -17,7 +17,7 @@ ecfw2.bin-position := $(CONFIG_KBC1126_FW2_OFFSET) ecfw2.bin-type := raw endif -build_complete:: +show_notices:: ifeq ($(CONFIG_KBC1126_FIRMWARE),) printf "\n** WARNING **\n" printf "You haven't added the firmware blobs for KBC1126 EC.\n" |