From 290115aeacc235613871dfa67e2acb95c6d035f8 Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Thu, 8 Jun 2017 12:58:11 -0700 Subject: [PATCH] `make clean && make` works again in debug_rom --- debug_rom/Makefile | 2 +- debug_rom/debug_rom.S | 2 +- 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 -- 2.30.2