mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
except for setting it. Also remove count from aha and replace it with optional. Also add commented out pccard lines for all the old card drivers. They have to be commented out until they are converted because it causes problems in NEWCARD.
12 lines
224 B
Makefile
12 lines
224 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/aha
|
|
|
|
KMOD= aha
|
|
SRCS= aha.c aha_isa.c ahareg.h opt_cam.h device_if.h bus_if.h \
|
|
opt_scsi.h isa_if.h
|
|
|
|
opt_scsi.h:
|
|
echo "#define SCSI_DELAY 15000" > opt_scsi.h
|
|
|
|
.include <bsd.kmod.mk>
|