From ce790c9008056b4198d987269bdb52170dc86231 Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Tue, 10 Jan 2017 13:36:33 +0000 Subject: [PATCH] Add acpi_if.h to SRCS so we have it when building ahci_generic.c with ACPI. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation --- sys/modules/ahci/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/ahci/Makefile b/sys/modules/ahci/Makefile index 5666870532a1..cc947d3b910a 100644 --- a/sys/modules/ahci/Makefile +++ b/sys/modules/ahci/Makefile @@ -6,7 +6,7 @@ KMOD= ahci SRCS= ahci.c ahci_pci.c ahciem.c ahci.h device_if.h bus_if.h pci_if.h opt_cam.h .if ${MACHINE_CPUARCH} == "aarch64" -SRCS+= ahci_generic.c ofw_bus_if.h +SRCS+= ahci_generic.c acpi_if.h ofw_bus_if.h .endif .include