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

John Baldwin jhb at freebsd.org
Tue Mar 9 19:41:19 UTC 2010


On Tuesday 09 March 2010 1:03:45 pm Jung-uk Kim wrote:
> And we do not build or install acpi.ko by default as you expected:
> 
> # $FreeBSD: head/sys/modules/acpi/Makefile 194701 2009-06-23 13:17:25Z 
rpaulo $
> 
> .if ${MACHINE} == "i386"
> SUBDIR=		acpi
> .endif
> 
> SUBDIR+=	acpi_aiboost acpi_asus acpi_fujitsu acpi_hp acpi_ibm    \
> 		acpi_panasonic acpi_sony acpi_toshiba acpi_video        \
> 		acpi_dock acpi_wmi 
> 
> .include <bsd.subdir.mk>
> 
> You have to descend to the subdir and build/install manually and
> that's all I wanted.

Ah, ok.  That is probably fine.  I don't imagine most folks would use acpi.ko 
on amd64 anyway, and hopefully it will be sufficiently obscure that no users 
will. :)

-- 
John Baldwin


More information about the svn-src-all mailing list