aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorStefan Berger <stefanb@linux.ibm.com>2020-01-21 15:01:43 -0500
committerAlexey Kardashevskiy <aik@ozlabs.ru>2020-02-21 14:03:07 +1100
commita2ffcd9d65e142ec28ec97aac24bd67f15669040 (patch)
treeba1364c78100f97396bb837530186c93870849da /lib/Makefile
parent4f18bac8b0e3a606972e92446e06d6c841bb4960 (diff)
downloadSLOF-a2ffcd9d65e142ec28ec97aac24bd67f15669040.zip
SLOF-a2ffcd9d65e142ec28ec97aac24bd67f15669040.tar.gz
SLOF-a2ffcd9d65e142ec28ec97aac24bd67f15669040.tar.bz2
tpm: Add TPM CRQ driver implementation
This patch adds a TPM driver for the CRQ interface as used by the QEMU PAPR implementation. Also add a Readme that explains the benefits and installation procedure for the vTPM. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 1e8bb62..7369894 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -11,7 +11,7 @@
# ****************************************************************************/
SUBDIRS = libc libipmi libbootmsg libbases libnvram libelf libhvcall libvirtio \
- libusb libveth libe1k libbcm libnet libbootmenu
+ libusb libveth libe1k libbcm libnet libbootmenu libtpm
all: subdirs