1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

This is an addendum to r251837.

Missed adding the new references to cam_compat.c to the various makefiles.

Obtained from:	Netflix
This commit is contained in:
Scott Long 2013-06-17 10:21:38 +00:00
parent ec41a9a1bd
commit c8789c34fd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251842
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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