diff options
author | scottl <scottl@FreeBSD.org> | 2010-10-17 20:01:56 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2010-10-17 20:01:56 +0000 |
commit | da39d1ffbdaa4f6df9aac3f291d9bdd82ffface9 (patch) | |
tree | 88b896abf3b1ac1a80dbfb2896bb34c1ab37950e | |
parent | 7b8fe338b947c7c347312cf77c20a3a7d112d73f (diff) | |
download | FreeBSD-src-da39d1ffbdaa4f6df9aac3f291d9bdd82ffface9.zip FreeBSD-src-da39d1ffbdaa4f6df9aac3f291d9bdd82ffface9.tar.gz |
Re-add opt_mps.h and opt_cam.h, lost in the previous rev.
-rw-r--r-- | sys/modules/mps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/mps/Makefile b/sys/modules/mps/Makefile index 5e91084..49e65da 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 |