diff options
author | gonzo <gonzo@FreeBSD.org> | 2012-03-24 05:16:26 +0000 |
---|---|---|
committer | gonzo <gonzo@FreeBSD.org> | 2012-03-24 05:16:26 +0000 |
commit | f3d75b9c280fcf4333f6d096a64f223d0ee98841 (patch) | |
tree | c1535770dc97c92cebf4b1e88d4a6445df1be206 /sys/modules | |
parent | 326b657cf846bd96220b295694ef03d84d396c53 (diff) | |
download | FreeBSD-src-f3d75b9c280fcf4333f6d096a64f223d0ee98841.zip FreeBSD-src-f3d75b9c280fcf4333f6d096a64f223d0ee98841.tar.gz |
Jusy use i386 version of cyclic_machdep.c on all supported architectures.
It's generic enough to cover all of them.
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/cyclic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/cyclic/Makefile b/sys/modules/cyclic/Makefile index b29cac1..e0e3b40 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 |