aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv64/config.sh')
-rw-r--r--arch/riscv64/config.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/riscv64/config.sh b/arch/riscv64/config.sh
new file mode 100644
index 00000000..6e57e3d7
--- /dev/null
+++ b/arch/riscv64/config.sh
@@ -0,0 +1,8 @@
+# $Id$
+#
+# This file is sourced AFTER defaults/config.sh; generic options should be set there.
+# Arch-specific options that normally shouldn't be changed.
+#
+KERNEL_MAKE_DIRECTIVE="Image"
+KERNEL_MAKE_DIRECTIVE_2=""
+KERNEL_BINARY="arch/riscv/boot/Image"