summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2013-06-17 10:21:38 +0000
committerscottl <scottl@FreeBSD.org>2013-06-17 10:21:38 +0000
commitf7c70f4181a12b76d1a7454b166af41fb2cabe98 (patch)
tree857db7f340a8a35a6c27678450328417a0c316f0 /sys/modules
parent4f358ad954443ab3df8ac3ddda5deb7fba336584 (diff)
downloadFreeBSD-src-f7c70f4181a12b76d1a7454b166af41fb2cabe98.zip
FreeBSD-src-f7c70f4181a12b76d1a7454b166af41fb2cabe98.tar.gz
This is an addendum to r251837.
Missed adding the new references to cam_compat.c to the various makefiles. Obtained from: Netflix
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/cam/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/cam/Makefile b/sys/modules/cam/Makefile
index 52729dd..c2dec72 100644
--- a/sys/modules/cam/Makefile
+++ b/sys/modules/cam/Makefile
@@ -15,6 +15,7 @@ SRCS+= opt_pt.h
SRCS+= opt_sa.h
SRCS+= device_if.h bus_if.h vnode_if.h
SRCS+= cam.c
+SRCS+= cam_compat.c
.if exists($S/${MACHINE}/${MACHINE}/cam_machdep.c)
SRCS+= cam_machdep.c
.endif
OpenPOWER on IntegriCloud