View | Details | Raw Unified | Return to bug 239120
Collapse All | Expand All

(-)sys/modules/tpm/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
6
7
SRCS=	tpm.c bus_if.h device_if.h
7
SRCS=	tpm.c bus_if.h device_if.h
8
#Bus specific stuff.
8
#Bus specific stuff.
9
SRCS+=	tpm_isa.c tpm_acpi.c isa_if.h opt_acpi.h acpi_if.h
9
SRCS+=	tpm_isa.c tpm_acpi.c isa_if.h opt_acpi.h opt_tpm.h acpi_if.h
10
#TPM 2.0
10
#TPM 2.0
11
SRCS+=	tpm20.c tpm_crb.c tpm_tis.c
11
SRCS+=	tpm20.c tpm_crb.c tpm_tis.c
12
12

Return to bug 239120