Update for the recent location of the fasttrap code.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Rui Paulo 2010-08-24 12:18:39 +00:00
parent 5caab9d4cd
commit 4873b1ac4d

View File

@ -1,9 +1,9 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../../cddl/dev/fasttrap
.PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/uts/common/dtrace
KMOD= fasttrap
SRCS= fasttrap.c
SRCS= fasttrap.c fasttrap_isa.c opt_compat.h
SRCS+= vnode_if.h
CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris \
@ -12,6 +12,7 @@ CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris \
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/uts/intel
.PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/uts/intel/dtrace
.endif
CFLAGS+= -DSMP -DDEBUG