summaryrefslogtreecommitdiffstats
path: root/sys/modules/mly/Makefile
blob: 1f8abe828496d98e8b87b956ef4ee0fff8e9e885 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

.PATH:		${.CURDIR}/../../dev/mly
KMOD		=  mly
SRCS		=  mly.c mly_pci.c mly_cam.c
SRCS		+= opt_scsi.h opt_cam.h
SRCS		+= device_if.h bus_if.h pci_if.h

#CFLAGS+=	-DMLY_DEBUG=1

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud