summaryrefslogtreecommitdiffstats
path: root/sys/modules/mps
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/mps')
-rw-r--r--sys/modules/mps/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/modules/mps/Makefile b/sys/modules/mps/Makefile
index 49e65da..040b04e 100644
--- a/sys/modules/mps/Makefile
+++ b/sys/modules/mps/Makefile
@@ -4,10 +4,11 @@
KMOD= mps
SRCS= mps_pci.c mps.c mps_sas.c mps_table.c mps_user.c
-SRCS+= opt_mps.h opt_cam.h opt_compat.h
+SRCS+= mps_config.c mps_mapping.c mps_sas_lsi.c
+SRCS+= opt_cam.h opt_compat.h
SRCS+= device_if.h bus_if.h pci_if.h
#CFLAGS += -DMPS_DEBUG
-DEBUG += -g
+DEBUG_FLAGS += -g
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud