freebsd-dev/sys/modules/aha/Makefile

16 lines
289 B
Makefile
Raw Normal View History

1999-09-28 02:45:34 +00:00
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/aha
1999-09-28 02:45:34 +00:00
KMOD = aha
SRCS = aha.c aha_isa.c ahareg.h opt_cam.h device_if.h bus_if.h aha.h \
opt_scsi.h isa_if.h
CLEANFILES = aha.h
1999-09-28 02:45:34 +00:00
aha.h:
echo "#define NAHA 1" > aha.h
opt_scsi.h:
echo "#define SCSI_DELAY 15000" > opt_scsi.h
.include <bsd.kmod.mk>