From owner-svn-src-all@FreeBSD.ORG Thu Aug 12 22:46:31 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE28410656A3; Thu, 12 Aug 2010 22:46:31 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CDC4D8FC1D; Thu, 12 Aug 2010 22:46:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o7CMkVhd017343; Thu, 12 Aug 2010 22:46:31 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o7CMkVrE017341; Thu, 12 Aug 2010 22:46:31 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <201008122246.o7CMkVrE017341@svn.freebsd.org> From: Warner Losh Date: Thu, 12 Aug 2010 22:46:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r211249 - head/sys/modules X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2010 22:46:32 -0000 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