aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/s3/Makefile.inc
blob: 03395eca9ccd707c163d5c159efea92cf2f93c41 (plain)
1
2
3
4
5
6
ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_S3),y)

romstage-y += s3_resume.c
ramstage-y += s3_resume.c

endif # CONFIG_SOC_AMD_COMMON_BLOCK_S3