summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm/vermagic.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/include/asm/vermagic.h')
-rw-r--r--arch/riscv/include/asm/vermagic.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/riscv/include/asm/vermagic.h b/arch/riscv/include/asm/vermagic.h
new file mode 100644
index 000000000000..7b9441a57466
--- /dev/null
+++ b/arch/riscv/include/asm/vermagic.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/* Copyright (C) 2017 Andes Technology Corporation */
+
+#ifndef _ASM_VERMAGIC_H
+#define _ASM_VERMAGIC_H
+
+#define MODULE_ARCH_VERMAGIC "riscv"
+
+#endif /* _ASM_VERMAGIC_H */