summaryrefslogtreecommitdiff
path: root/cmd/riscv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/riscv/Makefile')
-rw-r--r--cmd/riscv/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/riscv/Makefile b/cmd/riscv/Makefile
new file mode 100644
index 00000000000..1e6ac364e34
--- /dev/null
+++ b/cmd/riscv/Makefile
@@ -0,0 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0+
+
+obj-$(CONFIG_CMD_EXCEPTION) += exception.o
+obj-$(CONFIG_CMD_SBI) += sbi.o