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

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

KMOD=	ahb
SRCS=	ahb.c opt_cam.h device_if.h bus_if.h \
	eisa_if.h opt_scsi.h

opt_scsi.h:
	echo "#define SCSI_DELAY 15000" > opt_scsi.h

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