summaryrefslogtreecommitdiff
path: root/util/superiotool/Makefile
diff options
context:
space:
mode:
authorJonathan A. Kollasch <jakllsch@kollasch.net>2011-11-07 10:56:42 -0600
committerStefan Reinauer <stefan.reinauer@coreboot.org>2011-11-07 22:05:21 +0100
commit3d1d6bb4ecb15a12f48f871c623882bee9c0c576 (patch)
tree71acff01da06eaf9a2f84cad9864a0f74470cf21 /util/superiotool/Makefile
parent2d7ab4c559ae1da8ebf1107b179e3a136b869beb (diff)
downloadcoreboot-3d1d6bb4ecb15a12f48f871c623882bee9c0c576.tar.xz
superiotool: add detection and dump of Infineon SLB9635 TPM
Change-Id: If94ea5f45135a4b65bdd37532851fa0ba864bb73 Signed-off-by: Jonathan A. Kollasch <jakllsch@kollasch.net> Reviewed-on: http://review.coreboot.org/421 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'util/superiotool/Makefile')
-rw-r--r--util/superiotool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/superiotool/Makefile b/util/superiotool/Makefile
index 5cc7650ad8..e7d2f6329e 100644
--- a/util/superiotool/Makefile
+++ b/util/superiotool/Makefile
@@ -34,7 +34,7 @@ CFLAGS += -O2 -Wall -Wstrict-prototypes -Wundef -Wstrict-aliasing \
LDFLAGS += -lz
OBJS = superiotool.o serverengines.o ali.o fintek.o ite.o nsc.o nuvoton.o \
- smsc.o winbond.o
+ smsc.o winbond.o infineon.o
OS_ARCH = $(shell uname)
ifeq ($(OS_ARCH), Darwin)