From: jsg Date: Thu, 29 Apr 2021 11:32:20 +0000 (+0000) Subject: descend into arch/riscv64 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4a3da90f91b9d79b1a14eb99d5f7b0b4fffcc347;p=openbsd descend into arch/riscv64 --- diff --git a/sys/Makefile b/sys/Makefile index bf11a974ad1..6013231b121 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.51 2020/06/29 17:59:01 deraadt Exp $ +# $OpenBSD: Makefile,v 1.52 2021/04/29 11:32:20 jsg Exp $ # $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $ SUBDIR= dev/microcode \ @@ -6,7 +6,7 @@ SUBDIR= dev/microcode \ arch/hppa arch/i386 \ arch/landisk arch/loongson arch/luna88k \ arch/macppc arch/octeon arch/powerpc64 \ - arch/sgi arch/sparc64 + arch/riscv64 arch/sgi arch/sparc64 tags: cd ${.CURDIR}/kern; make tags