Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Aug 2010 21:06:37 -0700
From:      Doug Barton <dougb@FreeBSD.org>
To:        Takanori Watanabe <takawata@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r211270 - head/sys/modules/tpm
Message-ID:  <4C64C4CD.9030408@FreeBSD.org>
In-Reply-To: <201008130400.o7D40ZWp087387@svn.freebsd.org>
References:  <201008130400.o7D40ZWp087387@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This commit seems to accomplish something totally different than your
commit message indicates.


Doug


On 08/12/2010 21:00, Takanori Watanabe wrote:
> Author: takawata
> Date: Fri Aug 13 04:00:35 2010
> New Revision: 211270
> URL: http://svn.freebsd.org/changeset/base/211270
> 
> Log:
>   Hook tpm.4 manual to build.
> 
> Modified:
>   head/sys/modules/tpm/Makefile
> 
> Modified: head/sys/modules/tpm/Makefile
> ==============================================================================
> --- head/sys/modules/tpm/Makefile	Fri Aug 13 03:17:33 2010	(r211269)
> +++ head/sys/modules/tpm/Makefile	Fri Aug 13 04:00:35 2010	(r211270)
> @@ -3,7 +3,9 @@
>  .PATH:	${.CURDIR}/../../dev/tpm
>  
>  KMOD=	tpm
> -SRCS=	tpm.c tpm_isa.c tpm_acpi.c isa_if.h opt_acpi.h acpi_if.h \
> -	bus_if.h device_if.h
> +
> +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
>  
>  .include <bsd.kmod.mk>
> 



-- 

	Improve the effectiveness of your Internet presence with
	a domain name makeover!    http://SupersetSolutions.com/

	Computers are useless. They can only give you answers.
			-- Pablo Picasso




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