ahci_generic.c needs ofw_bus_if.h, add it to the module.

This commit is contained in:
andrew 2015-12-08 20:05:27 +00:00
parent e75386a996
commit 31f4e32faa

View File

@ -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 <bsd.kmod.mk>