From 906df950dbf54fdb76ce50a6d2ab72cb4470885f Mon Sep 17 00:00:00 2001 From: Krishna P Bhat D Date: Mon, 2 May 2022 13:21:38 +0530 Subject: soc/intel/common: Compile debug_feature in ramstage to fix build error In ADL-N, cse_fw_sync is done in ramstage. Compile debug_feature.c in ramstage to fix build error. BRANCH=firmware-brya-14505.B Change-Id: I0118b024fce4781cf6008b1c0b416e409fc52065 Signed-off-by: Krishna P Bhat D Reviewed-on: https://review.coreboot.org/c/coreboot/+/63979 Reviewed-by: Kangheui Won Tested-by: build bot (Jenkins) --- src/soc/intel/common/basecode/debug/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/common') diff --git a/src/soc/intel/common/basecode/debug/Makefile.inc b/src/soc/intel/common/basecode/debug/Makefile.inc index f783c8d14a..750f88f488 100644 --- a/src/soc/intel/common/basecode/debug/Makefile.inc +++ b/src/soc/intel/common/basecode/debug/Makefile.inc @@ -1 +1,2 @@ romstage-$(CONFIG_SOC_INTEL_COMMON_BASECODE_DEBUG_FEATURE) += debug_feature.c +ramstage-$(CONFIG_SOC_INTEL_COMMON_BASECODE_DEBUG_FEATURE) += debug_feature.c -- cgit v1.2.3