kernel: Remove the COMPAT_43 kernel option along with all related code.
[dragonfly.git] / sys / dev / raid / mps / Makefile
blobc9a623ea26892a7d80320089e5eb1cb377768fc8
1 # $FreeBSD: src/sys/modules/mps/Makefile,v 1.4 2012/01/26 18:17:21 ken Exp $
3 KMOD= mps
4 SRCS= mps_pci.c mps.c mps_sas.c mps_table.c mps_user.c
5 SRCS+= mps_config.c mps_mapping.c mps_sas_lsi.c
6 SRCS+= opt_cam.h
7 SRCS+= device_if.h bus_if.h pci_if.h
9 #CFLAGS += -DMPS_DEBUG
11 .include <bsd.kmod.mk>