diff options
Diffstat (limited to 'src/vendorcode')
-rw-r--r-- | src/vendorcode/amd/pi/00670F00/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vendorcode/amd/pi/00670F00/Makefile.inc b/src/vendorcode/amd/pi/00670F00/Makefile.inc index 08c8c1b039..330bfd7631 100644 --- a/src/vendorcode/amd/pi/00670F00/Makefile.inc +++ b/src/vendorcode/amd/pi/00670F00/Makefile.inc @@ -103,7 +103,7 @@ AGESA_POST_MEM_INPUT_ELF = $(call strip_quotes,$(CONFIG_AGESA_POST_MEMORY_BINARY # If no post-mem file then also skip pre-mem file ifeq ($(AGESA_POST_MEM_INPUT_ELF),) -files_added:: warn_no_agesa +show_notices:: warn_no_agesa else AGESA_POST_MEM_ELF = $(objcbfs)/$(patsubst %.elf,%.debug,$(notdir $(AGESA_POST_MEM_INPUT_ELF))) AGESA_POST_MEM_ELF_RMOD = $(AGESA_POST_MEM_ELF).rmod @@ -132,7 +132,7 @@ else # CONFIG_AGESA_SPLIT_MEMORY_FILES AGESA_BINARYPI_INPUT_FILE = $(call strip_quotes,$(CONFIG_AGESA_BINARY_PI_FILE)) ifeq ($(AGESA_BINARYPI_INPUT_FILE),) -files_added:: warn_no_agesa +show_notices:: warn_no_agesa else cbfs-files-y += $(CONFIG_AGESA_CBFS_NAME) |