summaryrefslogtreecommitdiffstats
path: root/sys
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
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')
-rw-r--r--sys/conf/files1
-rw-r--r--sys/modules/acpi/acpi_perf/Makefile5
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 5f358e3..97eee33 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -343,6 +343,7 @@ dev/acpica/acpi_powerres.c optional acpi
dev/acpica/acpi_quirk.c optional acpi
dev/acpica/acpi_resource.c optional acpi
dev/acpica/acpi_thermal.c optional acpi
+dev/acpica/acpi_throttle.c optional acpi_perf acpi
dev/acpica/acpi_timer.c optional acpi
dev/acpica/acpi_video.c optional acpi_video acpi
dev/adlink/adlink.c optional adlink
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