Deleted Added
full compact
Makefile (238894) Makefile (249213)
1# $FreeBSD: head/sys/modules/cam/Makefile 238894 2012-07-30 03:00:58Z bz $
1# $FreeBSD: head/sys/modules/cam/Makefile 249213 2013-04-06 19:12:49Z marius $
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
13SRCS+= opt_scsi.h
14SRCS+= opt_cd.h
15SRCS+= opt_pt.h
16SRCS+= opt_sa.h
17SRCS+= device_if.h bus_if.h vnode_if.h
18SRCS+= cam.c
19.if exists($S/${MACHINE}/${MACHINE}/cam_machdep.c)
20SRCS+= cam_machdep.c

--- 30 unchanged lines hidden ---
12SRCS+= opt_scsi.h
13SRCS+= opt_cd.h
14SRCS+= opt_pt.h
15SRCS+= opt_sa.h
16SRCS+= device_if.h bus_if.h vnode_if.h
17SRCS+= cam.c
18.if exists($S/${MACHINE}/${MACHINE}/cam_machdep.c)
19SRCS+= cam_machdep.c

--- 30 unchanged lines hidden ---