2aedd662d8
series. This driver was generously developed and released by David Jeffreys and Adaptec. I've updated it to work with 5.x and fixed a few bugs. MFC After: 1 week
9 lines
209 B
Makefile
9 lines
209 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/ips
|
|
KMOD = ips
|
|
SRCS = ips.c ips_pci.c ips.h ips_disk.c ips_disk.h ips_commands.c \
|
|
ips_ioctl.h ips_ioctl.c device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|