diff options
author | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2024-05-23 07:04:37 +0200 |
---|---|---|
committer | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2024-05-23 07:04:37 +0200 |
commit | c6e342f93d1a7fe92d2a7e1b4e488f328e1f4469 (patch) | |
tree | a000085f4ce8d6dec3e90ecc230642eeb77d960f /prog/Makefile | |
parent | ee94c97e4f8208d0c7404887cda16d00f67c6f1f (diff) | |
download | riscv_cpu-c6e342f93d1a7fe92d2a7e1b4e488f328e1f4469.tar.gz riscv_cpu-c6e342f93d1a7fe92d2a7e1b4e488f328e1f4469.zip |
align
Diffstat (limited to 'prog/Makefile')
-rw-r--r-- | prog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/Makefile b/prog/Makefile index a5dfeaa..11a1f9b 100644 --- a/prog/Makefile +++ b/prog/Makefile @@ -53,7 +53,7 @@ $(BUILD_DIR): # create objdump of elf file and print objdump: $(ELF_FILE) - $(RISCV_OBJDUMP) -d -x --disassembler-color=on $(ELF_FILE) + $(RISCV_OBJDUMP) -D -x -s --disassembler-color=on $(ELF_FILE) # display size information of elf file size: $(ELF_FILE) |