Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux/arch add missing SUBDIR aarch64



details:   https://anonhg.NetBSD.org/src/rev/e7d2dc6c6756
branches:  trunk
changeset: 1026425:e7d2dc6c6756
user:      ryo <ryo%NetBSD.org@localhost>
date:      Wed Nov 24 18:50:28 2021 +0000

description:
add missing SUBDIR aarch64

diffstat:

 sys/compat/linux/arch/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 9aa8b149cd9d -r e7d2dc6c6756 sys/compat/linux/arch/Makefile
--- a/sys/compat/linux/arch/Makefile    Wed Nov 24 16:35:33 2021 +0000
+++ b/sys/compat/linux/arch/Makefile    Wed Nov 24 18:50:28 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2019/11/09 22:02:45 jdolecek Exp $
+# $NetBSD: Makefile,v 1.3 2021/11/24 18:50:28 ryo Exp $
 
 # XXX sparc sparc64 exist but have no syscalls.master
-SUBDIR=alpha amd64 arm i386 m68k mips powerpc
+SUBDIR=aarch64 alpha amd64 arm i386 m68k mips powerpc
 
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index