Date: Tue, 10 Jan 2017 13:36:33 +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: r311875 - head/sys/modules/ahci Message-ID: <201701101336.v0ADaXIv093921@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701101336.v0ADaXIv093921>