]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/mfi/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sys / modules / mfi / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/mfi
4
5 SUBDIR= mfip
6
7 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
8 SUBDIR+= mfi_linux
9 .endif
10
11 KMOD=   mfi
12 SRCS=   mfi.c mfi_pci.c mfi_disk.c mfi_debug.c
13 SRCS+=  opt_mfi.h opt_cam.h
14 SRCS+=  device_if.h bus_if.h pci_if.h
15
16 #CFLAGS += -DMFI_DEBUG
17
18 .include <bsd.kmod.mk>