svn commit: r211746 - head/sys/modules/dtrace/fasttrap

Rui Paulo rpaulo at FreeBSD.org
Tue Aug 24 12:18:40 UTC 2010


Author: rpaulo
Date: Tue Aug 24 12:18:39 2010
New Revision: 211746
URL: http://svn.freebsd.org/changeset/base/211746

Log:
  Update for the recent location of the fasttrap code.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/modules/dtrace/fasttrap/Makefile

Modified: head/sys/modules/dtrace/fasttrap/Makefile
==============================================================================
--- head/sys/modules/dtrace/fasttrap/Makefile	Tue Aug 24 12:12:03 2010	(r211745)
+++ head/sys/modules/dtrace/fasttrap/Makefile	Tue Aug 24 12:18:39 2010	(r211746)
@@ -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/comp
 
 .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


More information about the svn-src-all mailing list