Deleted Added
full compact
Makefile (211690) Makefile (211746)
1# $FreeBSD: head/sys/modules/dtrace/fasttrap/Makefile 211690 2010-08-23 06:13:29Z imp $
1# $FreeBSD: head/sys/modules/dtrace/fasttrap/Makefile 211746 2010-08-24 12:18:39Z rpaulo $
2
2
3.PATH: ${.CURDIR}/../../../cddl/dev/fasttrap
3.PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/uts/common/dtrace
4
5KMOD= fasttrap
4
5KMOD= fasttrap
6SRCS= fasttrap.c
6SRCS= fasttrap.c fasttrap_isa.c opt_compat.h
7SRCS+= vnode_if.h
8
9CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris \
10 -I${.CURDIR}/../../../cddl/contrib/opensolaris/uts/common \
11 -I${.CURDIR}/../../..
12
13.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
14CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/uts/intel
7SRCS+= vnode_if.h
8
9CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris \
10 -I${.CURDIR}/../../../cddl/contrib/opensolaris/uts/common \
11 -I${.CURDIR}/../../..
12
13.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
14CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/uts/intel
15.PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/uts/intel/dtrace
15.endif
16
17CFLAGS+= -DSMP -DDEBUG
18
19.include <bsd.kmod.mk>
16.endif
17
18CFLAGS+= -DSMP -DDEBUG
19
20.include <bsd.kmod.mk>