1226026Sdelphij# Makefile for tws (LSI 3ware 9750 SAS2/SATA-II RAID PCIe) driver
2226026Sdelphij# $FreeBSD: releng/10.2/sys/modules/tws/Makefile 226026 2011-10-04 21:40:25Z delphij $
3226026Sdelphij
4226026SdelphijKMOD=	tws
5226026Sdelphij.PATH:	${.CURDIR}/../../dev/${KMOD}
6226026Sdelphij 
7226026SdelphijSRCS=	tws.c tws_services.c tws_cam.c tws_hdm.c tws_user.c
8226026SdelphijSRCS+=	device_if.h bus_if.h pci_if.h opt_cam.h opt_scsi.h
9226026Sdelphij
10226026Sdelphij.include <bsd.kmod.mk>
11