diff options
| author | Scott Long <scottl@FreeBSD.org> | 2010-10-17 20:01:56 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2010-10-17 20:01:56 +0000 |
| commit | 34c9624e2d13d86eb88f93037d6937ccafbec05b (patch) | |
| tree | 88b896abf3b1ac1a80dbfb2896bb34c1ab37950e /sys/modules/mps | |
| parent | d6881062590ef9bd084fed743f350e32fad0262f (diff) | |
Notes
Diffstat (limited to 'sys/modules/mps')
| -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 5e91084fe7315..49e65da33637a 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 |
