Fix install of a missed header from debug_rom.
authorPrashanth Mundkur <prashanth.mundkur@gmail.com>
Mon, 26 Feb 2018 23:37:01 +0000 (15:37 -0800)
committerAndrew Waterman <aswaterman@gmail.com>
Tue, 6 Mar 2018 17:46:53 +0000 (11:46 -0600)
commit58aa702359ec56f0b26a3f10a2617a58c9818451
treee4ed5d0b67a4521d312ceefbd55c8a20ba31a26a
parent1fb7753da0bae7dd0499a3151e717b2b6fd2cf9d
Fix install of a missed header from debug_rom.

The installed header files from the riscv subproject were incomplete, since
processor.h includes debug_rom_defines.h, and the latter was not installed.
Fix by moving it into riscv/, add it to the riscv subproject header list, which
ensures it will get installed.  While here, also add a missed dependency of debug_rom
on riscv/encoding.h to debug_rom/Makefile.
debug_rom/Makefile
debug_rom/debug_rom.S
riscv/debug_module.cc
riscv/processor.h