From 51c3eddf95c6f9b7925bd98762ec5a35d818bb22 Mon Sep 17 00:00:00 2001 From: br Date: Tue, 23 Feb 2016 14:29:22 +0000 Subject: [PATCH] Set a dependencies for stack(9) RISC-V MD part. Pointed out by: andrew --- sys/conf/files.riscv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/files.riscv b/sys/conf/files.riscv index d687d3e6097..297d6fd973d 100644 --- a/sys/conf/files.riscv +++ b/sys/conf/files.riscv @@ -34,7 +34,7 @@ riscv/riscv/machdep.c standard riscv/riscv/mem.c standard riscv/riscv/nexus.c standard riscv/riscv/pmap.c standard -riscv/riscv/stack_machdep.c standard +riscv/riscv/stack_machdep.c optional ddb | stack riscv/riscv/support.S standard riscv/riscv/swtch.S standard riscv/riscv/sys_machdep.c standard -- 2.11.4.GIT