Date: Tue, 8 Dec 2015 20:05:27 +0000 (UTC) From: Andrew Turner <andrew@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r292001 - head/sys/modules/ahci Message-ID: <201512082005.tB8K5R02033570@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512082005.tB8K5R02033570>