aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/cpu/smm/Makefile.inc
blob: df54d933894a8c7acd81064afde2b4c3425985bf (plain)
1
2
3
4
5
6
7
8
ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_SMM),y)

subdirs-y += ../../../../../../cpu/x86/smm

ramstage-y += smm_relocate.c
smm-y += smi_handler.c

endif # CONFIG_SOC_AMD_COMMON_BLOCK_SMM