From 31f4e32faa6c52d0b94530e781b187b1e4be2d43 Mon Sep 17 00:00:00 2001 From: andrew Date: Tue, 8 Dec 2015 20:05:27 +0000 Subject: [PATCH] ahci_generic.c needs ofw_bus_if.h, add it to the module. --- 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 451859e8fb4d..5666870532a1 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 +SRCS+= ahci_generic.c ofw_bus_if.h .endif .include