aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/smm/Makefile.inc
blob: 82a3191e2575d39307404b5cc7e51fd1342dbbef (plain)
1
2
3
4
5
6
bootblock-$(CONFIG_SOC_INTEL_COMMON_BLOCK_SMM) += smm.c
romstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_SMM) += smm.c
postcar-$(CONFIG_SOC_INTEL_COMMON_BLOCK_SMM) += smm.c
ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_SMM) += smm.c
smm-$(CONFIG_SOC_INTEL_COMMON_BLOCK_SMM) += smihandler.c
smm-$(CONFIG_SOC_INTEL_COMMON_BLOCK_SMM_IO_TRAP) += smitraphandler.c