diff options
| author | Chris Engel <cjengel@us.ibm.com> | 2015-03-19 16:05:07 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-08-31 17:54:12 -0500 |
| commit | 0795cc6781a4d937786b39c23b655397432ec90e (patch) | |
| tree | c046357de087101de900b3958e18d60812462381 /src/usr/i2c/makefile | |
| parent | b9c64e6a1948009018490b3cd41bc8725a8a6050 (diff) | |
| download | talos-hostboot-0795cc6781a4d937786b39c23b655397432ec90e.tar.gz talos-hostboot-0795cc6781a4d937786b39c23b655397432ec90e.zip | |
Nuvoton TPM 1.2 Device Driver
This adds support for the Nuvoton TPM 1.2 in simics
Change-Id: I24973cb9824e31967aae3fb97e86a631e514b2ff
RTC: 125287
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16535
Tested-by: Jenkins Server
Tested-by: Jenkins OP Build CI
Tested-by: Jenkins OP HW
Tested-by: FSP CI Jenkins
Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/i2c/makefile')
| -rw-r--r-- | src/usr/i2c/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/i2c/makefile b/src/usr/i2c/makefile index f3c47daec..a226d6754 100644 --- a/src/usr/i2c/makefile +++ b/src/usr/i2c/makefile @@ -30,6 +30,7 @@ include i2c.mk #include unique objects OBJS += i2c.o +OBJS += $(if $(CONFIG_TPMDD),tpmdd.o,) SUBDIRS += test.d SUBDIRS += runtime.d |

