]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/tws/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / tws / Makefile
1 # Makefile for tws (LSI 3ware 9750 SAS2/SATA-II RAID PCIe) driver
2 # $FreeBSD$
3
4 KMOD=   tws
5 .PATH:  ${.CURDIR}/../../dev/${KMOD}
6  
7 SRCS=   tws.c tws_services.c tws_cam.c tws_hdm.c tws_user.c
8 SRCS+=  device_if.h bus_if.h pci_if.h opt_cam.h opt_scsi.h
9
10 .include <bsd.kmod.mk>