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