svn commit: r215007 - head/sys/modules/acpi

John Baldwin jhb at FreeBSD.org
Mon Nov 8 20:31:00 UTC 2010


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
 


More information about the svn-src-all mailing list