aboutsummaryrefslogtreecommitdiff
path: root/debug_rom
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2017-06-08 12:58:11 -0700
committerTim Newsome <tim@sifive.com>2017-06-08 12:58:11 -0700
commit290115aeacc235613871dfa67e2acb95c6d035f8 (patch)
tree608b57a26fa25328fd5ed503c33ddc0f49436a0d /debug_rom
parent3e92055f8323729fdfa72e4ac463ed677424606c (diff)
downloadriscv-isa-sim-290115aeacc235613871dfa67e2acb95c6d035f8.zip
riscv-isa-sim-290115aeacc235613871dfa67e2acb95c6d035f8.tar.gz
riscv-isa-sim-290115aeacc235613871dfa67e2acb95c6d035f8.tar.bz2
`make clean && make` works again in debug_rom
Diffstat (limited to 'debug_rom')
-rw-r--r--debug_rom/Makefile2
-rwxr-xr-xdebug_rom/debug_rom.S2
2 files changed, 2 insertions, 2 deletions
diff --git a/debug_rom/Makefile b/debug_rom/Makefile
index 4e9093c..0a67ba1 100644
--- a/debug_rom/Makefile
+++ b/debug_rom/Makefile
@@ -21,4 +21,4 @@ debug_rom: $(DEPS)
$(COMPILE) -o $@ $^
clean:
- rm -f $(ELFS) debug_rom*.raw debug_rom*.h
+ rm -f $(ELFS) debug_rom*.raw debug_rom.h
diff --git a/debug_rom/debug_rom.S b/debug_rom/debug_rom.S
index 2ee7a31..1342ee0 100755
--- a/debug_rom/debug_rom.S
+++ b/debug_rom/debug_rom.S
@@ -1,6 +1,6 @@
// See LICENSE.SiFive for license details.
-#include "spike/encoding.h"
+#include "riscv/encoding.h"
#include "debug_rom_defines.h"
.option norvc