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/mandolin/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/amd/mandolin') diff --git a/src/mainboard/amd/mandolin/Makefile.inc b/src/mainboard/amd/mandolin/Makefile.inc index 6d11ee02bf..15d69d525a 100644 --- a/src/mainboard/amd/mandolin/Makefile.inc +++ b/src/mainboard/amd/mandolin/Makefile.inc @@ -22,7 +22,7 @@ $(call add_intermediate, add_mchp_fw) $(CBFSTOOL) $< write -r EC -f $(CONFIG_MANDOLIN_MCHP_FW_FILE) --fill-upward else -files_added:: warn_no_mchp +show_notices:: warn_no_mchp endif # CONFIG_MANDOLIN_HAVE_MCHP_FW PHONY+=warn_no_mchp -- cgit v1.2.3