diff options
Diffstat (limited to 'cmd/riscv/Makefile')
-rw-r--r-- | cmd/riscv/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/riscv/Makefile b/cmd/riscv/Makefile new file mode 100644 index 0000000000..24df023ece --- /dev/null +++ b/cmd/riscv/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0+ + +obj-$(CONFIG_CMD_EXCEPTION) += exception.o |