summaryrefslogtreecommitdiffstats
path: root/sys/modules/asr/Makefile
blob: 7addf52974f0d85ccc99603ef9aa42f85d5f64dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

.PATH: ${.CURDIR}/../../dev/asr

KMOD=	asr
SRCS=	asr.c
SRCS+=	opt_scsi.h opt_cam.h
SRCS+=	device_if.h bus_if.h pci_if.h

.if ${MACHINE_ARCH} == "i386"
SRCS+=	opt_asr.h
.endif

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