svn commit: r292001 - head/sys/modules/ahci

Andrew Turner andrew at FreeBSD.org
Tue Dec 8 20:05:28 UTC 2015


Author: andrew
Date: Tue Dec  8 20:05:27 2015
New Revision: 292001
URL: https://svnweb.freebsd.org/changeset/base/292001

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

Modified:
  head/sys/modules/ahci/Makefile

Modified: head/sys/modules/ahci/Makefile
==============================================================================
--- head/sys/modules/ahci/Makefile	Tue Dec  8 19:32:58 2015	(r292000)
+++ head/sys/modules/ahci/Makefile	Tue Dec  8 20:05:27 2015	(r292001)
@@ -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>


More information about the svn-src-head mailing list