diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-09-11 21:50:55 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-09-14 21:21:27 +0300 |
| commit | 025778e89e7d0fe3cd1ad53537c9cc6f3cd819cc (patch) | |
| tree | a137a9f405578b41e092e13892516feccc4d71e6 /arch/riscv64/source.mk | |
| parent | 9e2720ca086a74cfb6fa595da8c42e6cd24352ee (diff) | |
| download | kmi-025778e89e7d0fe3cd1ad53537c9cc6f3cd819cc.tar.gz kmi-025778e89e7d0fe3cd1ad53537c9cc6f3cd819cc.zip | |
riscv32 boots and advances as far as riscv64
Diffstat (limited to 'arch/riscv64/source.mk')
| -rw-r--r-- | arch/riscv64/source.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv64/source.mk b/arch/riscv64/source.mk index f469e40..f050468 100644 --- a/arch/riscv64/source.mk +++ b/arch/riscv64/source.mk @@ -16,7 +16,7 @@ DEBUGFLAGS != [ $(LLVM) ] && echo $(DEBUGFLAGS:-flto=) || echo $(DEBUGFLAGS) OBJCOPY := $(CROSS_COMPILE)-objcopy run: - $(ARCH_SOURCE)/conf/mkimage.sh + $(ARCH_SOURCE)/conf/mkimage.sh $(ARCH) include $(ARCH_SOURCE)/asm/source.mk |
