Add ahci_generic to the ahci module on arm64.
Pointed out by: kib
This commit is contained in:
parent
7f8590a663
commit
61d1f7f291
@ -5,4 +5,8 @@
|
||||
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
|
||||
.endif
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user