Makefile revision 265555
1# $FreeBSD: head/sys/modules/mrsas/Makefile 265555 2014-05-07 16:16:49Z ambrisko $
2
3.PATH:	${.CURDIR}/../../dev/mrsas
4
5KMOD=	mrsas
6SRCS=	mrsas.c mrsas_cam.c mrsas_ioctl.c mrsas_fp.c
7SRCS+=	device_if.h bus_if.h pci_if.h opt_cam.h opt_scsi.h
8
9#CFLAGS+= -MRSAS_DEBUG
10.include <bsd.kmod.mk>
11#CFLAGS+= -fgnu89-inline
12
13clean_cscope:
14	rm -f cscope*
15
16cscope:	clean_cscope
17	/usr/local/bin/cscope -b *.[ch]
18
19cleanall:	clean clean_cscope
20	rm -f '@' machine
21