summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2001-07-07 23:36:13 +0000
committermsmith <msmith@FreeBSD.org>2001-07-07 23:36:13 +0000
commit2e6ecd9dc9b618c70bf40d1efdc365ed33a8a391 (patch)
treeba00ccb734aa38820f86c47d5792e4c01b235a15
parentc898163114d7f06e87c3f2303226f3b6c4132549 (diff)
downloadFreeBSD-src-2e6ecd9dc9b618c70bf40d1efdc365ed33a8a391.zip
FreeBSD-src-2e6ecd9dc9b618c70bf40d1efdc365ed33a8a391.tar.gz
Ha! This time, I remembered the ACPI module. Update the sources list
to reflect recent changes in the code.
-rw-r--r--sys/modules/acpi/Makefile8
-rw-r--r--sys/modules/acpica/Makefile8
2 files changed, 8 insertions, 8 deletions
diff --git a/sys/modules/acpi/Makefile b/sys/modules/acpi/Makefile
index 7e1aa89..4932b50 100644
--- a/sys/modules/acpi/Makefile
+++ b/sys/modules/acpi/Makefile
@@ -27,10 +27,10 @@ SRCS+= utglobal.c utinit.c utmisc.c utobject.c utxface.c
#SRCS+= dbstats.c dbutils.c dbxface.c
# OSD layer
-SRCS+= acpi.c acpi_button.c
-SRCS+= acpi_ec.c acpi_isa.c acpi_lid.c acpi_pcib.c
-SRCS+= acpi_acad.c acpi_cmbat.c acpi_powerres.c
-SRCS+= acpi_resource.c acpi_thermal.c acpi_timer.c OsdDebug.c
+SRCS+= acpi.c acpi_acad.c acpi_battery.c acpi_button.c acpi_cmbat.c acpi_cpu.c
+SRCS+= acpi_ec.c acpi_isa.c acpi_lid.c acpi_pcib.c acpi_powerprofile.c
+SRCS+= acpi_powerres.c acpi_resource.c acpi_thermal.c acpi_timer.c
+SRCS+= OsdDebug.c
SRCS+= OsdHardware.c OsdInterrupt.c OsdMemory.c OsdSchedule.c
SRCS+= OsdStream.c OsdSynch.c OsdEnvironment.c
SRCS+= opt_acpi.h opt_ddb.h
diff --git a/sys/modules/acpica/Makefile b/sys/modules/acpica/Makefile
index 7e1aa89..4932b50 100644
--- a/sys/modules/acpica/Makefile
+++ b/sys/modules/acpica/Makefile
@@ -27,10 +27,10 @@ SRCS+= utglobal.c utinit.c utmisc.c utobject.c utxface.c
#SRCS+= dbstats.c dbutils.c dbxface.c
# OSD layer
-SRCS+= acpi.c acpi_button.c
-SRCS+= acpi_ec.c acpi_isa.c acpi_lid.c acpi_pcib.c
-SRCS+= acpi_acad.c acpi_cmbat.c acpi_powerres.c
-SRCS+= acpi_resource.c acpi_thermal.c acpi_timer.c OsdDebug.c
+SRCS+= acpi.c acpi_acad.c acpi_battery.c acpi_button.c acpi_cmbat.c acpi_cpu.c
+SRCS+= acpi_ec.c acpi_isa.c acpi_lid.c acpi_pcib.c acpi_powerprofile.c
+SRCS+= acpi_powerres.c acpi_resource.c acpi_thermal.c acpi_timer.c
+SRCS+= OsdDebug.c
SRCS+= OsdHardware.c OsdInterrupt.c OsdMemory.c OsdSchedule.c
SRCS+= OsdStream.c OsdSynch.c OsdEnvironment.c
SRCS+= opt_acpi.h opt_ddb.h
OpenPOWER on IntegriCloud