From 34c9624e2d13d86eb88f93037d6937ccafbec05b Mon Sep 17 00:00:00 2001 From: Scott Long Date: Sun, 17 Oct 2010 20:01:56 +0000 Subject: [PATCH] Re-add opt_mps.h and opt_cam.h, lost in the previous rev. --- sys/modules/mps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/mps/Makefile b/sys/modules/mps/Makefile index 5e91084fe731..49e65da33637 100644 --- a/sys/modules/mps/Makefile +++ b/sys/modules/mps/Makefile @@ -4,7 +4,7 @@ KMOD= mps SRCS= mps_pci.c mps.c mps_sas.c mps_table.c mps_user.c -SRCS+= opt_compat.h +SRCS+= opt_mps.h opt_cam.h opt_compat.h SRCS+= device_if.h bus_if.h pci_if.h #CFLAGS += -DMPS_DEBUG