summaryrefslogtreecommitdiffstats
path: root/sys/modules/mfi/Makefile
blob: 733d6fcc2b558887ac097dba6c3c53b987451064 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

.PATH: ${.CURDIR}/../../dev/mfi

.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
SUBDIR= mfi_linux
.endif

KMOD=	mfi
SRCS=	mfi.c mfi_pci.c mfi_disk.c
SRCS+=	opt_mfi.h
SRCS+=	device_if.h bus_if.h pci_if.h

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud