summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2016-02-29 16:39:27 +0000
committerandrew <andrew@FreeBSD.org>2016-02-29 16:39:27 +0000
commit5747ae321639a29641bedae2a65d0ad6de891f70 (patch)
tree39931af6248643b088e6c23e31a21a62b16493c1
parent0f231ca03489f944c2825b461d215b34d43b9c4a (diff)
downloadFreeBSD-src-5747ae321639a29641bedae2a65d0ad6de891f70.zip
FreeBSD-src-5747ae321639a29641bedae2a65d0ad6de891f70.tar.gz
Add riscv to the list of architectures for cscope.
-rw-r--r--sys/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/Makefile b/sys/Makefile
index 7575746..fa8941e 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -8,7 +8,7 @@ CSCOPEDIRS= boot bsm cam cddl compat conf contrib crypto ddb dev fs gdb \
rpc security sys ufs vm xdr xen ${CSCOPE_ARCHDIR}
.if !defined(CSCOPE_ARCHDIR)
.if defined(ALL_ARCH)
-CSCOPE_ARCHDIR = amd64 arm arm64 i386 mips pc98 powerpc sparc64 x86
+CSCOPE_ARCHDIR = amd64 arm arm64 i386 mips pc98 powerpc riscv sparc64 x86
.else
CSCOPE_ARCHDIR = ${MACHINE}
.if ${MACHINE} != ${MACHINE_CPUARCH}
OpenPOWER on IntegriCloud