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