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/drivers/intel/fsp2_0/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers') diff --git a/src/drivers/intel/fsp2_0/Makefile.inc b/src/drivers/intel/fsp2_0/Makefile.inc index 4af415890341..5463405d63e2 100644 --- a/src/drivers/intel/fsp2_0/Makefile.inc +++ b/src/drivers/intel/fsp2_0/Makefile.inc @@ -162,7 +162,7 @@ $(error No second FSP-S binary file specified.) endif # CONFIG_FSP_S_FILE_2 endif # CONFIG_PLATFORM_USES_SECOND_FSP else # CONFIG_ADD_FSP_BINARIES -build_complete:: warn_no_fsp_binaries +show_notices:: warn_no_fsp_binaries endif # CONFIG_ADD_FSP_BINARIES PHONY+=warn_no_fsp_binaries -- cgit v1.2.3