dc8db96da3
interface is cleaner.
13 lines
206 B
Makefile
13 lines
206 B
Makefile
# $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>
|