Merge branch 'vendor/BINUTILS220'
[dragonfly.git] / sys / dev / raid / mfi / Makefile
1 # $FreeBSD: src/sys/modules/mfi/Makefile,v 1.6 2010/08/23 06:13:29 imp Exp $
2
3 SUBDIR= mfip
4
5 #.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
6 .if ${MACHINE_ARCH} == "i386"
7 SUBDIR+= mfi_linux
8 .endif
9
10 KMOD=   mfi
11 SRCS=   mfi.c mfi_pci.c mfi_disk.c mfi_debug.c
12 SRCS+=  opt_mfi.h opt_cam.h
13 SRCS+=  device_if.h bus_if.h pci_if.h
14
15 #CFLAGS += -DMFI_DEBUG
16
17 .include <bsd.kmod.mk>