Merge branch 'vendor/OPENRESOLV' with the following changes:
[dragonfly.git] / sys / dev / raid / mpr / Makefile
1 # $FreeBSD: head/sys/modules/mpr/Makefile 332122 2018-04-06 17:35:35Z brooks $
2
3 KMOD=   mpr
4 SRCS=   mpr_pci.c mpr.c mpr_sas.c mpr_table.c mpr_user.c
5 SRCS+=  mpr_config.c mpr_mapping.c mpr_sas_lsi.c
6 SRCS+=  opt_cam.h
7 SRCS+=  device_if.h bus_if.h pci_if.h
8
9 #KCFLAGS += -DMPR_DEBUG
10
11 .include <bsd.kmod.mk>