e07acca5f0
PCI:SCSI RAID controllers from Mylex.
12 lines
212 B
Makefile
12 lines
212 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/mly
|
|
KMOD = mly
|
|
SRCS = mly.c mly_pci.c mly_cam.c
|
|
SRCS += opt_scsi.h opt_cam.h
|
|
SRCS += device_if.h bus_if.h pci_if.h
|
|
|
|
#CFLAGS+= -DMLY_DEBUG=1
|
|
|
|
.include <bsd.kmod.mk>
|