From 2c1620b40752ab31bbae0a74eb7446b0b9922771 Mon Sep 17 00:00:00 2001 From: Oleksandr Tymoshenko Date: Sat, 24 Mar 2012 05:16:26 +0000 Subject: [PATCH] Jusy use i386 version of cyclic_machdep.c on all supported architectures. It's generic enough to cover all of them. --- sys/modules/cyclic/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/cyclic/Makefile b/sys/modules/cyclic/Makefile index b29cac1bd6e..e0e3b40b090 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_CPUARCH:S/amd64/i386/} + -I${.CURDIR}/../../cddl/dev/cyclic/i386 CFLAGS+= -DDEBUG=1