svn commit: r211249 - head/sys/modules

Warner Losh imp at FreeBSD.org
Thu Aug 12 22:46:32 UTC 2010


Author: imp
Date: Thu Aug 12 22:46:31 2010
New Revision: 211249
URL: http://svn.freebsd.org/changeset/base/211249

Log:
  This depends on ACPI, so only build on i386:i386, amd64:amd64 and
  ia64:ia64.  It can't possibly work on pc98, or any of the embedded
  platforms, since they lack ACPI.

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Thu Aug 12 22:25:16 2010	(r211248)
+++ head/sys/modules/Makefile	Thu Aug 12 22:46:31 2010	(r211249)
@@ -283,7 +283,7 @@ SUBDIR=	${_3dfx} \
 	ti \
 	tl \
 	tmpfs \
-	tpm \
+	${_tpm} \
 	trm \
 	${_twa} \
 	twe \
@@ -481,6 +481,7 @@ _nfe=		nfe
 _nve=		nve
 _nvram=		nvram
 _nxge=		nxge
+_tpm=		tpm
 _wpi=		wpi
 _wpifw=		wpifw
 .if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
@@ -576,6 +577,7 @@ _sound=		sound
 _speaker=	speaker
 _splash=	splash
 _sppp=		sppp
+_tpm=		tpm
 _twa=		twa
 _vesa=		vesa
 _x86bios=	x86bios
@@ -620,6 +622,7 @@ _sound=		sound
 _splash=	splash
 _sppp=		sppp
 _streams=	streams
+_tpm=		tpm
 _twa=		twa
 _wi=		wi
 _xe=		xe


More information about the svn-src-head mailing list