Module Name: src
Committed By: mrg
Date: Mon Oct 4 18:16:48 UTC 2021
Modified Files:
src/sys/arch/riscv: Makefile
Log Message:
riscv: fix build with r/o src tree
add 'compile' to the SUBDIR list so that 'make obj' creates the
kernel compile base objdir so <bsd.kernobj.mk> sets KERNOBJDIR
correctly.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/riscv/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/riscv/Makefile
diff -u src/sys/arch/riscv/Makefile:1.2 src/sys/arch/riscv/Makefile:1.3
--- src/sys/arch/riscv/Makefile:1.2 Thu Sep 30 20:02:54 2021
+++ src/sys/arch/riscv/Makefile Mon Oct 4 18:16:48 2021
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile,v 1.2 2021/09/30 20:02:54 jmcneill Exp $
+# $NetBSD: Makefile,v 1.3 2021/10/04 18:16:48 mrg Exp $
-SUBDIR= include stand
+SUBDIR= compile include stand
.include <bsd.subdir.mk>