Add ahci_generic to the ahci module on arm64.

Pointed out by:	kib
This commit is contained in:
Andrew Turner 2015-12-04 13:32:00 +00:00
parent 7f8590a663
commit 61d1f7f291
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291768

View File

@ -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>