From 372503fba6e73349a68860823c129ceea224af82 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Fri, 8 Dec 2023 00:43:23 -0700 Subject: 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 Change-Id: Ia14d790dd377f2892f047059b6d24e5b5c5ea823 Reviewed-on: https://review.coreboot.org/c/coreboot/+/79423 Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) --- src/ec/51nb/npce985la0dx/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ec/51nb') diff --git a/src/ec/51nb/npce985la0dx/Makefile.inc b/src/ec/51nb/npce985la0dx/Makefile.inc index 81f0694561bb..cef41aae27d2 100644 --- a/src/ec/51nb/npce985la0dx/Makefile.inc +++ b/src/ec/51nb/npce985la0dx/Makefile.inc @@ -7,7 +7,7 @@ ifeq ($(CONFIG_EC_51NB_NPCE985LA0DX_FIRMWARE),y) $(CBFSTOOL) $(obj)/coreboot.rom write -r EC -f $(CONFIG_EC_51NB_NPCE985LA0DX_FW) --fill-upward endif -build_complete:: +show_notices:: ifeq ($(CONFIG_EC_51NB_NPCE985LA0DX_FIRMWARE),) printf "\n** WARNING **\n" printf "You haven't added the firmware blobs for 51NB EC.\n" -- cgit v1.2.3