freebsd-dev/sys/modules/ahci/Makefile
Andrew Turner ce790c9008 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
2017-01-10 13:36:33 +00:00

13 lines
251 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/ahci
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 acpi_if.h ofw_bus_if.h
.endif
.include <bsd.kmod.mk>