Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Nov 2010 20:30:59 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r215007 - head/sys/modules/acpi
Message-ID:  <201011082030.oA8KUx1P051939@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Mon Nov  8 20:30:59 2010
New Revision: 215007
URL: http://svn.freebsd.org/changeset/base/215007

Log:
  Disconnect acpi.ko from the build on i386.  ACPI is now only supported when
  compiled into the kernel, not as a loadable module.

Modified:
  head/sys/modules/acpi/Makefile

Modified: head/sys/modules/acpi/Makefile
==============================================================================
--- head/sys/modules/acpi/Makefile	Mon Nov  8 20:25:19 2010	(r215006)
+++ head/sys/modules/acpi/Makefile	Mon Nov  8 20:30:59 2010	(r215007)
@@ -1,10 +1,6 @@
 # $FreeBSD$
 
-.if ${MACHINE} == "i386"
-SUBDIR=		acpi
-.endif
-
-SUBDIR+=	acpi_asus acpi_fujitsu acpi_hp acpi_ibm	\
+SUBDIR=		acpi_asus acpi_fujitsu acpi_hp acpi_ibm	\
 		acpi_panasonic acpi_sony acpi_toshiba acpi_video	\
 		acpi_dock acpi_wmi aibs
 



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