summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorMitsuru IWASAKI <iwasaki@FreeBSD.org>2002-03-04 18:46:13 +0000
committerMitsuru IWASAKI <iwasaki@FreeBSD.org>2002-03-04 18:46:13 +0000
commit899ccf541ad55796d4506dc168bcbe49671af865 (patch)
tree8012c8174b9cc8503bad897aec51d04ec2c4490b /sys/modules
parent2d0639e55d21e53d4107d687a5bbb6cd41c30e87 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/acpi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/acpi/Makefile b/sys/modules/acpi/Makefile
index 42a39df47b77..e6f5c907fbc9 100644
--- a/sys/modules/acpi/Makefile
+++ b/sys/modules/acpi/Makefile
@@ -28,7 +28,7 @@ SRCS+= utglobal.c utinit.c utmath.c utmisc.c utobject.c utxface.c
# OSD layer
SRCS+= acpi.c acpi_acad.c acpi_battery.c acpi_button.c acpi_cmbat.c acpi_cpu.c
-SRCS+= acpi_ec.c acpi_lid.c acpi_pcib.c acpi_powerprofile.c
+SRCS+= acpi_ec.c acpi_lid.c acpi_pcib.c
SRCS+= acpi_powerres.c acpi_resource.c acpi_thermal.c acpi_timer.c
SRCS+= acpica_support.c
SRCS+= OsdDebug.c