5 lines
94 B
Makefile
5 lines
94 B
Makefile
#
|
|
# Makefile for the kernel tpm emulator device driver.
|
|
#
|
|
obj-$(CONFIG_TCG_TPM) += tpmd_dev.o
|