]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/tws/Makefile
Import device-tree files from Linux 6.5
[FreeBSD/FreeBSD.git] / sys / modules / tws / Makefile
1 # Makefile for tws (LSI 3ware 9750 SAS2/SATA-II RAID PCIe) driver
2
3 KMOD=   tws
4 .PATH:  ${SRCTOP}/sys/dev/${KMOD}
5  
6 SRCS=   tws.c tws_services.c tws_cam.c tws_hdm.c tws_user.c
7 SRCS+=  device_if.h bus_if.h pci_if.h opt_cam.h opt_scsi.h
8
9 .include <bsd.kmod.mk>