Deleted Added
full compact
Makefile (220814) Makefile (221071)
1# $FreeBSD: head/sys/modules/cam/Makefile 220814 2011-04-19 07:30:22Z uqs $
1# $FreeBSD: head/sys/modules/cam/Makefile 221071 2011-04-26 17:01:49Z mav $
2
3S= ${.CURDIR}/../..
4
5.PATH: $S/cam $S/cam/scsi $S/cam/ata $S/${MACHINE}/${MACHINE}
6
7KMOD= cam
8
9# See sys/conf/options for the flags that go into the different opt_*.h files.
10SRCS= opt_cam.h
11SRCS+= opt_ada.h
2
3S= ${.CURDIR}/../..
4
5.PATH: $S/cam $S/cam/scsi $S/cam/ata $S/${MACHINE}/${MACHINE}
6
7KMOD= cam
8
9# See sys/conf/options for the flags that go into the different opt_*.h files.
10SRCS= opt_cam.h
11SRCS+= opt_ada.h
12SRCS+= opt_ata.h
12SRCS+= opt_scsi.h
13SRCS+= opt_cd.h
14SRCS+= opt_pt.h
15SRCS+= opt_sa.h
16SRCS+= opt_ses.h
17SRCS+= device_if.h bus_if.h vnode_if.h
18SRCS+= cam.c cam_periph.c cam_queue.c
19SRCS+= cam_sim.c cam_xpt.c

--- 26 unchanged lines hidden ---
13SRCS+= opt_scsi.h
14SRCS+= opt_cd.h
15SRCS+= opt_pt.h
16SRCS+= opt_sa.h
17SRCS+= opt_ses.h
18SRCS+= device_if.h bus_if.h vnode_if.h
19SRCS+= cam.c cam_periph.c cam_queue.c
20SRCS+= cam_sim.c cam_xpt.c

--- 26 unchanged lines hidden ---