summaryrefslogtreecommitdiff
path: root/sys/modules/mpt
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2005-07-10 15:07:57 +0000
committerScott Long <scottl@FreeBSD.org>2005-07-10 15:07:57 +0000
commit16324fb10d704ea0b592675b578dc9f21bd26fa7 (patch)
tree6c05fe24ffa6b849660791a2752aa8b982d86ed1 /sys/modules/mpt
parentb0a2fdee0dd7d2a6141da0b764f718ad26864a8b (diff)
downloadsrc-test2-16324fb10d704ea0b592675b578dc9f21bd26fa7.tar.gz
src-test2-16324fb10d704ea0b592675b578dc9f21bd26fa7.zip
Notes
Diffstat (limited to 'sys/modules/mpt')
-rw-r--r--sys/modules/mpt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/mpt/Makefile b/sys/modules/mpt/Makefile
index 464db2297995..82f5e54f3209 100644
--- a/sys/modules/mpt/Makefile
+++ b/sys/modules/mpt/Makefile
@@ -5,6 +5,6 @@
KMOD= mpt
SRCS= bus_if.h device_if.h pci_if.h \
opt_cam.h opt_ddb.h \
- mpt.c mpt_debug.c mpt_freebsd.c mpt_pci.c
+ mpt.c mpt_cam.c mpt_debug.c mpt_pci.c mpt_raid.c
.include <bsd.kmod.mk>