summaryrefslogtreecommitdiffstats
path: root/sys/modules/acpi
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2005-02-06 21:13:41 +0000
committernjl <njl@FreeBSD.org>2005-02-06 21:13:41 +0000
commite4e0cab9b707638949ea3050874d5e5fa76d75f7 (patch)
tree21e3d26b925e2c5b6a8518e5c77a0ea95ef67201 /sys/modules/acpi
parent944b15ac740f2ee9b49225a2cec551fcd39eacd9 (diff)
downloadFreeBSD-src-e4e0cab9b707638949ea3050874d5e5fa76d75f7.zip
FreeBSD-src-e4e0cab9b707638949ea3050874d5e5fa76d75f7.tar.gz
Hook acpi_throttle(4) up to the build. It's currently part of acpi_perf.ko
although this may change.
Diffstat (limited to 'sys/modules/acpi')
-rw-r--r--sys/modules/acpi/acpi_perf/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/modules/acpi/acpi_perf/Makefile b/sys/modules/acpi/acpi_perf/Makefile
index bb2e2c0..4ae17af 100644
--- a/sys/modules/acpi/acpi_perf/Makefile
+++ b/sys/modules/acpi/acpi_perf/Makefile
@@ -5,7 +5,8 @@ CFLAGS+= -I${.CURDIR}/../../../contrib/dev/acpica
KMOD= acpi_perf
WARNS?= 2
-SRCS= acpi_perf.c
-SRCS+= acpi_if.h bus_if.h cpufreq_if.h device_if.h opt_acpi.h
+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>
OpenPOWER on IntegriCloud