repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lib/smbios: Improve Type9
[coreboot2.git]
/
src
/
drivers
/
spi
/
tpm
/
Makefile.mk
blob
e7a5d6369c6050dcb351abc3d322dd433d2dcd57
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
ifeq
($(
CONFIG_TPM
)$(
CONFIG_SPI_TPM
),
yy
)
4
all-y
+=
tis.c tpm.c
5
endif