mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-01 17:00:36 +00:00
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
This commit is contained in:
parent
2647410d05
commit
ce790c9008
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=311875
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user