xref: /freebsd/sys/modules/tws/Makefile (revision 031beb4e239bfce798af17f5fe8dba8bcaf13d99)
1# Makefile for tws (LSI 3ware 9750 SAS2/SATA-II RAID PCIe) driver
2
3KMOD=	tws
4.PATH:	${SRCTOP}/sys/dev/${KMOD}
5
6SRCS=	tws.c tws_services.c tws_cam.c tws_hdm.c tws_user.c
7SRCS+=	device_if.h bus_if.h pci_if.h opt_cam.h opt_scsi.h
8
9.include <bsd.kmod.mk>
10