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

Andrew Turner andrew at FreeBSD.org
Tue Jan 10 13:36:34 UTC 2017


Author: andrew
Date: Tue Jan 10 13:36:33 2017
New Revision: 311875
URL: https://svnweb.freebsd.org/changeset/base/311875

Log:
  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

Modified:
  head/sys/modules/ahci/Makefile

Modified: head/sys/modules/ahci/Makefile
==============================================================================
--- head/sys/modules/ahci/Makefile	Tue Jan 10 10:56:33 2017	(r311874)
+++ head/sys/modules/ahci/Makefile	Tue Jan 10 13:36:33 2017	(r311875)
@@ -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 <bsd.kmod.mk>


More information about the svn-src-head mailing list