]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/tws/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>