diff options
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/amd/common/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/soc/amd/common/Makefile.inc b/src/soc/amd/common/Makefile.inc index ec434e0734..1c145128c3 100644 --- a/src/soc/amd/common/Makefile.inc +++ b/src/soc/amd/common/Makefile.inc @@ -4,7 +4,6 @@ subdirs-y += block subdirs-y += fsp subdirs-y += pi subdirs-y += vboot -endif ifneq ($(CONFIG_AMDFW_CONFIG_FILE), ) FIRMWARE_LOCATION=$(shell grep -e FIRMWARE_LOCATION $(CONFIG_AMDFW_CONFIG_FILE) | awk '{print $$2}') @@ -46,6 +45,8 @@ amdfwread-range-cmd = $(shell ( \ )) endif # ifeq ($(CONFIG_VBOOT_GSCVD),y) -endif +endif # ifneq ($(CONFIG_AMDFW_CONFIG_FILE), ) MAINBOARD_BLOBS_DIR := $(call strip_quotes, $(CONFIG_APCB_BLOBS_DIR)) + +endif # ifeq ($(CONFIG_SOC_AMD_COMMON),y) |