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