summaryrefslogtreecommitdiffstats
path: root/src/security/intel/stm/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/security/intel/stm/Makefile.inc')
-rw-r--r--src/security/intel/stm/Makefile.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/security/intel/stm/Makefile.inc b/src/security/intel/stm/Makefile.inc
new file mode 100644
index 000000000000..1a23fe97f2c5
--- /dev/null
+++ b/src/security/intel/stm/Makefile.inc
@@ -0,0 +1,10 @@
+
+# put the stm where it can be found
+
+cbfs-files-$(CONFIG_STM) += stm.bin
+stm.bin-file := $(CONFIG_STM_BINARY_FILE)
+stm.bin-type := raw
+
+ramstage-$(CONFIG_STM) += SmmStm.c
+ramstage-$(CONFIG_STM) += StmPlatformSmm.c
+ramstage-$(CONFIG_STM) += StmPlatformResource.c