]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - sys/modules/mfi/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / sys / modules / mfi / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/mfi
4
5 SUBDIR= mfip
6
7 .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "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>