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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to