summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/soc/amd/common/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/amd/common/Makefile.inc b/src/soc/amd/common/Makefile.inc
index a72f0dc706..db9101815d 100644
--- a/src/soc/amd/common/Makefile.inc
+++ b/src/soc/amd/common/Makefile.inc
@@ -55,4 +55,8 @@ warn_no_apcb:
printf "coreboot has been built without an APCB.\n"
printf "This image will not boot.\n\n"
+PHONY+=die_no_apcb
+die_no_apcb: warn_no_apcb
+ $(error This board requires the APCB to build correctly)
+
endif # ifeq ($(CONFIG_SOC_AMD_COMMON),y)