diff options
Diffstat (limited to 'src/soc/intel/common/basecode/debug/Makefile.inc')
-rw-r--r-- | src/soc/intel/common/basecode/debug/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |