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/mainboard/amd/chausie/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/amd/chausie') diff --git a/src/mainboard/amd/chausie/Makefile.inc b/src/mainboard/amd/chausie/Makefile.inc index d2fd1851ff..a5954362ce 100644 --- a/src/mainboard/amd/chausie/Makefile.inc +++ b/src/mainboard/amd/chausie/Makefile.inc @@ -14,7 +14,7 @@ ifneq ($(wildcard $(MAINBOARD_BLOBS_DIR)/APCB_FT6.bin),) APCB_SOURCES = $(MAINBOARD_BLOBS_DIR)/APCB_FT6.bin APCB_SOURCES_RECOVERY = $(MAINBOARD_BLOBS_DIR)/APCB_FT6_DefaultRecovery.bin else -files_added:: warn_no_apcb +show_notices:: warn_no_apcb endif ifeq ($(CONFIG_CHAUSIE_HAVE_MCHP_FW),y) @@ -32,7 +32,7 @@ ec/ecfw-position := $(CHAUSIE_EC_POSITION) ec/ecfw-type := raw else -files_added:: warn_no_mchp +show_notices:: warn_no_mchp endif # CONFIG_CHAUSIE_HAVE_MCHP_FW PHONY+=warn_no_mchp -- cgit v1.2.3