]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/mfi/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.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 mfi_syspd.c mfi_tbolt.c
13 SRCS+=  opt_mfi.h opt_cam.h opt_compat.h
14 SRCS+=  device_if.h bus_if.h pci_if.h
15
16 #CFLAGS += -DMFI_DEBUG
17
18 .include <bsd.kmod.mk>