1# $FreeBSD: releng/11.0/sys/modules/stg/Makefile 150636 2005-09-27 18:10:43Z mlaier $
2
3.PATH: ${.CURDIR}/../../dev/stg
4
5KMOD=	stg
6SRCS=	tmc18c30.c tmc18c30_subr.c \
7	tmc18c30_isa.c		isa_if.h \
8	tmc18c30_pccard.c	card_if.h pccarddevs.h \
9	tmc18c30_pci.c		pci_if.h
10SRCS+=	device_if.h bus_if.h
11SRCS+=	opt_cam.h opt_scsi.h opt_ddb.h
12
13.include <bsd.kmod.mk>
14