summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/birman
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2023-12-08 00:43:23 -0700
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2023-12-20 04:06:55 +0000
commit372503fba6e73349a68860823c129ceea224af82 (patch)
treec58b08a2daf184d321fc25acc71c38febf1e1fef /src/mainboard/amd/birman
parent0cec2351e2ad8c6575abff07c397f858747c90a1 (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/mainboard/amd/birman')
-rw-r--r--src/mainboard/amd/birman/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/birman/Makefile.inc b/src/mainboard/amd/birman/Makefile.inc
index 079e72b615..4dba53e6de 100644
--- a/src/mainboard/amd/birman/Makefile.inc
+++ b/src/mainboard/amd/birman/Makefile.inc
@@ -16,7 +16,7 @@ ifneq ($(wildcard $(MAINBOARD_BLOBS_DIR)/APCB_FP8_LPDDR5.bin),)
APCB_SOURCES = $(MAINBOARD_BLOBS_DIR)/APCB_FP8_LPDDR5.bin
APCB_SOURCES_RECOVERY = $(MAINBOARD_BLOBS_DIR)/APCB_FP8_LPDDR5_DefaultRecovery.bin
else
-files_added:: warn_no_apcb
+show_notices:: warn_no_apcb
endif
ifeq ($(CONFIG_BIRMAN_HAVE_MCHP_FW),y)
@@ -25,7 +25,7 @@ $(call add_intermediate, add_mchp_fw)
$(CBFSTOOL) $(obj)/coreboot.pre write -r EC_BODY -f $(CONFIG_BIRMAN_MCHP_FW_FILE) --fill-upward
else
-files_added:: warn_no_mchp
+show_notices:: warn_no_mchp
endif # CONFIG_BIRMAN_HAVE_MCHP_FW
PHONY+=warn_no_mchp