summaryrefslogtreecommitdiffstats
path: root/sys/modules/ahci/Makefile
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-03-12 13:40:02 +0000
committermav <mav@FreeBSD.org>2015-03-12 13:40:02 +0000
commit24b691f7111d3c0dcbe192f203a94b883de680de (patch)
treed3c5c93b95f0efbd6bf01ff27f0e3976e7d9f3c6 /sys/modules/ahci/Makefile
parent19c51041e76489eebb60a5f32f2cbab750826a8c (diff)
downloadFreeBSD-src-24b691f7111d3c0dcbe192f203a94b883de680de.zip
FreeBSD-src-24b691f7111d3c0dcbe192f203a94b883de680de.tar.gz
MFC r271146,271201,271207,271261,271457,272606,277100,277126,278034,279320,
279573: Sync AHCI driver with HEAD. Due to code reorganization in r271146 and many previous reordered merges it is problematic to merge those revisions separately.
Diffstat (limited to 'sys/modules/ahci/Makefile')
-rw-r--r--sys/modules/ahci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ahci/Makefile b/sys/modules/ahci/Makefile
index ab2a0ed..86d12c8 100644
--- a/sys/modules/ahci/Makefile
+++ b/sys/modules/ahci/Makefile
@@ -3,6 +3,6 @@
.PATH: ${.CURDIR}/../../dev/ahci
KMOD= ahci
-SRCS= ahci.c ahciem.c ahci.h device_if.h bus_if.h pci_if.h opt_cam.h
+SRCS= ahci.c ahci_pci.c ahciem.c ahci.h device_if.h bus_if.h pci_if.h opt_cam.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud