Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2019 19:23:48 +0000 (UTC)
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r350065 - stable/11/sys/modules/tpm
Message-ID:  <201907161923.x6GJNmeZ045296@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eugen
Date: Tue Jul 16 19:23:47 2019
New Revision: 350065
URL: https://svnweb.freebsd.org/changeset/base/350065

Log:
  Make tpm(4) kernel module buildable outside of kernel build environment.
  
  This direct commit is partial merge of r345632 (by lwhsu) from head
  that cannot be merged completely due to significant differences
  in code base.
  
  PR:		239120

Modified:
  stable/11/sys/modules/tpm/Makefile

Modified: stable/11/sys/modules/tpm/Makefile
==============================================================================
--- stable/11/sys/modules/tpm/Makefile	Tue Jul 16 19:00:42 2019	(r350064)
+++ stable/11/sys/modules/tpm/Makefile	Tue Jul 16 19:23:47 2019	(r350065)
@@ -8,6 +8,6 @@ SRCS=	tpm.c bus_if.h device_if.h
 #Bus specific stuff.
 SRCS+=	tpm_isa.c tpm_acpi.c isa_if.h opt_acpi.h acpi_if.h
 #TPM 2.0
-SRCS+=	tpm20.c tpm_crb.c tpm_tis.c
+SRCS+=	tpm20.c tpm_crb.c tpm_tis.c opt_tpm.h
 
 .include <bsd.kmod.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907161923.x6GJNmeZ045296>