diff options
Diffstat (limited to 'src/vendorcode/amd/pi')
-rw-r--r-- | src/vendorcode/amd/pi/00670F00/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/amd/pi/00670F00/Makefile.inc b/src/vendorcode/amd/pi/00670F00/Makefile.inc index c78e15a288..f6cd8ebbec 100644 --- a/src/vendorcode/amd/pi/00670F00/Makefile.inc +++ b/src/vendorcode/amd/pi/00670F00/Makefile.inc @@ -121,7 +121,7 @@ warn_no_agesa: printf "coreboot has been built with no AGESA support. Successfully " printf "booting this image will be impossible.\n\n" -PHONY+=warn_no_amdfw +PHONY+=warn_no_agesa ifeq ($(CONFIG_AGESA_SPLIT_MEMORY_FILES), y) |