aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel/ptt/Makefile.inc
diff options
context:
space:
mode:
authorChristian Walter <christian.walter@9elements.com>2019-07-16 20:01:44 +0200
committerPhilipp Deppenwiese <zaolin.daisuki@gmail.com>2019-07-31 10:58:12 +0000
commitc703814e951376bef0945934dccff9158d54db7d (patch)
tree26a9403cc1038037a8d3684dc7e4b00e5076bc20 /src/drivers/intel/ptt/Makefile.inc
parent4c3da7039d187f6be780c4078c70d2dcff6c844c (diff)
src/drivers/intel/ptt: Add PTT Support
Add function which checks if Intel Platform Trust Technology / Intel integrated TPM is enabled/active. Change-Id: If93bb5e1a3a59b5045f4e44359683876fb387a71 Signed-off-by: Christian Walter <christian.walter@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34380 Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/intel/ptt/Makefile.inc')
-rw-r--r--src/drivers/intel/ptt/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/drivers/intel/ptt/Makefile.inc b/src/drivers/intel/ptt/Makefile.inc
new file mode 100644
index 0000000000..fdecc89b9f
--- /dev/null
+++ b/src/drivers/intel/ptt/Makefile.inc
@@ -0,0 +1,4 @@
+romstage-$(CONFIG_HAVE_INTEL_PTT) += ptt.c
+ramstage-$(CONFIG_HAVE_INTEL_PTT) += ptt.c
+postcar-$(CONFIG_HAVE_INTEL_PTT) += ptt.c
+verstage-$(CONFIG_HAVE_INTEL_PTT) += ptt.c