aboutsummaryrefslogtreecommitdiff
path: root/debug_rom
diff options
context:
space:
mode:
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