Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Aug 2010 22:46:31 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r211249 - head/sys/modules
Message-ID:  <201008122246.o7CMkVrE017341@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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