2006-03-25 06:14:32 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../dev/mfi
|
|
|
|
|
2007-05-16 17:19:47 +00:00
|
|
|
SUBDIR= mfip
|
|
|
|
|
2010-08-23 06:13:29 +00:00
|
|
|
.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
|
2007-05-16 17:19:47 +00:00
|
|
|
SUBDIR+= mfi_linux
|
2006-05-18 23:30:48 +00:00
|
|
|
.endif
|
|
|
|
|
2006-03-25 06:14:32 +00:00
|
|
|
KMOD= mfi
|
2006-09-25 11:42:12 +00:00
|
|
|
SRCS= mfi.c mfi_pci.c mfi_disk.c mfi_debug.c
|
2007-05-16 17:19:47 +00:00
|
|
|
SRCS+= opt_mfi.h opt_cam.h
|
2006-03-25 06:14:32 +00:00
|
|
|
SRCS+= device_if.h bus_if.h pci_if.h
|
|
|
|
|
2006-09-25 11:42:12 +00:00
|
|
|
#CFLAGS += -DMFI_DEBUG
|
|
|
|
|
2006-03-25 06:14:32 +00:00
|
|
|
.include <bsd.kmod.mk>
|