| Commit | Line | Data |
|---|---|---|
| 249d29c8 SW |
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" | |
| 77fbedb7 SW |
6 | .if ${MACHINE_ARCH} == "i386" |
| 7 | SUBDIR+= mfi_linux | |
| 8 | .endif | |
| 249d29c8 SW |
9 | |
| 10 | KMOD= mfi | |
| 590ba11d | 11 | SRCS= mfi.c mfi_pci.c mfi_disk.c mfi_debug.c mfi_syspd.c mfi_tbolt.c |
| 249d29c8 SW |
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> |