blob: 16d352c9eb31b82c07fd573e51854bc42c64dff1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $FreeBSD: src/sys/modules/stg/Makefile,v 1.4.8.1 2009/04/15 03:14:26 kensmith Exp $
.PATH: ${.CURDIR}/../../dev/stg
KMOD= stg
SRCS= tmc18c30.c tmc18c30_subr.c \
tmc18c30_isa.c isa_if.h \
tmc18c30_pccard.c card_if.h pccarddevs.h \
tmc18c30_pci.c pci_if.h
SRCS+= device_if.h bus_if.h
SRCS+= opt_cam.h opt_scsi.h opt_ddb.h
.include <bsd.kmod.mk>
|