Clean up how Debug ROM is included.
authorTim Newsome <tim@sifive.com>
Sat, 23 Apr 2016 17:18:05 +0000 (10:18 -0700)
committerTim Newsome <tim@sifive.com>
Mon, 23 May 2016 19:12:11 +0000 (12:12 -0700)
commit7facb160390cbd6a1b19d62966fe5140425ee72a
tree031a5bd46d9933b6c84f11d08a48d8aa906ffad6
parent6835847f4798cc38f933ba877004eacfc1cbf593
Clean up how Debug ROM is included.

I'm not thrilled about including a static copy in so many cc files, and
making the compiler throw it out. But without really grokking the
Makefile this is the best it's going to be.
debug_rom/Makefile [new file with mode: 0644]
debug_rom/debug_rom.S [new file with mode: 0755]
debug_rom/debug_rom.h [new file with mode: 0644]
debug_rom/link.ld [new file with mode: 0644]
riscv/debug_rom.h [deleted file]
riscv/debug_rom/Makefile [deleted file]
riscv/debug_rom/debug_rom.S [deleted file]
riscv/debug_rom/debug_rom.h [deleted file]
riscv/debug_rom/link.ld [deleted file]
riscv/decode.h