svn commit: r251842 - in head/sys: conf modules/cam
Scott Long
scottl at FreeBSD.org
Mon Jun 17 10:21:38 UTC 2013
Author: scottl
Date: Mon Jun 17 10:21:38 2013
New Revision: 251842
URL: http://svnweb.freebsd.org/changeset/base/251842
Log:
This is an addendum to r251837.
Missed adding the new references to cam_compat.c to the various makefiles.
Obtained from: Netflix
Modified:
head/sys/conf/files
head/sys/modules/cam/Makefile
Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files Mon Jun 17 10:14:08 2013 (r251841)
+++ head/sys/conf/files Mon Jun 17 10:21:38 2013 (r251842)
@@ -103,6 +103,7 @@ usbdevs_data.h optional usb \
no-obj no-implicit-rule before-depend \
clean "usbdevs_data.h"
cam/cam.c optional scbus
+cam/cam_compat.c optional scbus
cam/cam_periph.c optional scbus
cam/cam_queue.c optional scbus
cam/cam_sim.c optional scbus
Modified: head/sys/modules/cam/Makefile
==============================================================================
--- head/sys/modules/cam/Makefile Mon Jun 17 10:14:08 2013 (r251841)
+++ head/sys/modules/cam/Makefile Mon Jun 17 10:21:38 2013 (r251842)
@@ -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
More information about the svn-src-head
mailing list