summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-08-24 12:18:39 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-08-24 12:18:39 +0000
commitff10c6bff6eb6edbce7791e6a8d26a3b76194eea (patch)
treee11cf6823475fb5d832a8211f1e6f75d256a9864 /sys/modules
parent8c74e06a348369f39e34e7bb37d3377d06e419c9 (diff)
downloadFreeBSD-src-ff10c6bff6eb6edbce7791e6a8d26a3b76194eea.zip
FreeBSD-src-ff10c6bff6eb6edbce7791e6a8d26a3b76194eea.tar.gz
Update for the recent location of the fasttrap code.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/dtrace/fasttrap/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/modules/dtrace/fasttrap/Makefile b/sys/modules/dtrace/fasttrap/Makefile
index 0af63c4..cf93c15 100644
--- a/sys/modules/dtrace/fasttrap/Makefile
+++ b/sys/modules/dtrace/fasttrap/Makefile
@@ -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
OpenPOWER on IntegriCloud