diff options
Diffstat (limited to 'src/soc/intel/common/block/smm/Makefile.mk')
-rw-r--r-- | src/soc/intel/common/block/smm/Makefile.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/smm/Makefile.mk b/src/soc/intel/common/block/smm/Makefile.mk new file mode 100644 index 0000000000..318cd627c2 --- /dev/null +++ b/src/soc/intel/common/block/smm/Makefile.mk @@ -0,0 +1,7 @@ +## SPDX-License-Identifier: GPL-2.0-only +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 |