Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Mar 2010 14:39:46 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        "Jung-uk Kim" <jkim@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r204877 - head/sys/modules/acpi/acpi
Message-ID:  <201003091439.46622.jhb@freebsd.org>
In-Reply-To: <201003091303.49689.jkim@FreeBSD.org>
References:  <201003081940.o28JeVG1088074@svn.freebsd.org> <201003090753.31627.jhb@freebsd.org> <201003091303.49689.jkim@FreeBSD.org>

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



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