]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/stg/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / stg / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/stg
4
5 KMOD=   stg
6 SRCS=   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
10 SRCS+=  device_if.h bus_if.h
11 SRCS+=  opt_cam.h opt_scsi.h opt_ddb.h
12
13 .include <bsd.kmod.mk>