From 228a617160ea08a0cb92b230e0f8f7c75083beed Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 18 Mar 2012 23:30:50 +0100 Subject: [PATCH] kernel/acpi: Add a missing file to the module. Reported-by: tuxillo --- sys/dev/acpica5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/acpica5/Makefile b/sys/dev/acpica5/Makefile index a32cacce4d..5726bd531c 100644 --- a/sys/dev/acpica5/Makefile +++ b/sys/dev/acpica5/Makefile @@ -69,7 +69,7 @@ SRCS+= acpi_package.c SRCS+= acpi_pci.c acpi_pcib.c acpi_pcib_acpi.c acpi_pcib_pci.c SRCS+= acpi_pci_link.c SRCS+= acpi_powerres.c acpi_resource.c acpi_thermal.c -SRCS+= acpi_timer.c acpi_hpet.c acpi_if.c +SRCS+= acpi_timer.c acpi_hpet.c acpi_if.c acpi_wmi_if.c SRCS+= OsdDebug.c SRCS+= OsdHardware.c OsdInterrupt.c OsdMemory.c OsdSchedule.c SRCS+= OsdStream.c OsdSynch.c OsdTable.c OsdEnvironment.c -- 2.41.0