aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/s3
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common/block/s3')
-rw-r--r--src/soc/amd/common/block/s3/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/amd/common/block/s3/Makefile.inc b/src/soc/amd/common/block/s3/Makefile.inc
index 7d950b0b3a..9efc6bc414 100644
--- a/src/soc/amd/common/block/s3/Makefile.inc
+++ b/src/soc/amd/common/block/s3/Makefile.inc
@@ -1,6 +1,6 @@
ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_S3),y)
-romstage-$(CONFIG_HAVE_ACPI_RESUME) += s3_resume.c
-ramstage-$(CONFIG_HAVE_ACPI_RESUME) += s3_resume.c
+romstage-y += s3_resume.c
+ramstage-y += s3_resume.c
endif