summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-04-20 16:30:17 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-04-20 16:30:17 +0000
commit4eb7b21df0842b14660a31b4eb8920152219198e (patch)
treec5b05fa570bc2a87e4eb12f3a2992ef24a324cdc /sys/modules
parent725cebd246e10b7880ec8ad635d2ca6c66306310 (diff)
downloadFreeBSD-src-4eb7b21df0842b14660a31b4eb8920152219198e.zip
FreeBSD-src-4eb7b21df0842b14660a31b4eb8920152219198e.tar.gz
The amd64 version of the cyclic dtrace module is a verbatim copy of the
i386 version, so instead having a copy of the same file, use Makefile foo to include the i386 version on amd64.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/cyclic/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/cyclic/Makefile b/sys/modules/cyclic/Makefile
index db99488..371dac6 100644
--- a/sys/modules/cyclic/Makefile
+++ b/sys/modules/cyclic/Makefile
@@ -10,7 +10,7 @@ SRCS+= vnode_if.h
CFLAGS+= -I${.CURDIR}/../../cddl/compat/opensolaris \
-I${.CURDIR}/../../cddl/contrib/opensolaris/uts/common \
-I${.CURDIR}/../.. \
- -I${.CURDIR}/../../cddl/dev/cyclic/${MACHINE_ARCH}
+ -I${.CURDIR}/../../cddl/dev/cyclic/${MACHINE_ARCH:S/amd64/i386/}
CFLAGS+= -DDEBUG=1
OpenPOWER on IntegriCloud