head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2005.02.24.20.48.07;	author njl;	state dead;
branches;
next	1.2;

1.2
date	2005.02.06.21.13.41;	author njl;	state Exp;
branches;
next	1.1;

1.1
date	2005.02.04.05.49.36;	author njl;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Move acpi_perf and acpi_throttle into acpi.ko.  Remove the acpi_perf
build structure.
@
text
@# $FreeBSD: src/sys/modules/acpi/acpi_perf/Makefile,v 1.2 2005/02/06 21:13:41 njl Exp $

.PATH:		${.CURDIR}/../../../dev/acpica
CFLAGS+=	-I${.CURDIR}/../../../contrib/dev/acpica

KMOD=		acpi_perf
WARNS?=		2
SRCS=		acpi_perf.c acpi_throttle.c
SRCS+=		acpi_if.h bus_if.h cpufreq_if.h device_if.h opt_acpi.h \
		pci_if.h

.include <bsd.kmod.mk>
@


1.2
log
@Hook acpi_throttle(4) up to the build.  It's currently part of acpi_perf.ko
although this may change.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@Hook up the cpufreq framework, acpi_perf(4), and cpufreq(4) drivers.
@
text
@d8 3
a10 2
SRCS=		acpi_perf.c
SRCS+=		acpi_if.h bus_if.h cpufreq_if.h device_if.h opt_acpi.h
@

