Makefile revision 159044
1# $FreeBSD: head/sys/modules/mfi/Makefile 159044 2006-05-29 18:05:26Z scottl $
2
3.PATH: ${.CURDIR}/../../dev/mfi
4
5.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
6SUBDIR= mfi_linux
7.endif
8
9KMOD=	mfi
10SRCS=	mfi.c mfi_pci.c mfi_disk.c
11SRCS+=	opt_mfi.h
12SRCS+=	device_if.h bus_if.h pci_if.h
13
14.include <bsd.kmod.mk>
15