On Tue, Sep 2, 2014 at 4:31 PM, Joel Sherrill wrote:
> I think this patch installs tm27.h is redundant with one I already
> committed.
>
> tm27 has "#include " and this patch would have installed
> a second copy under the bsp/ subdirectory. That may in fact be the
> correct location but it isn't w
I think this patch installs tm27.h is redundant with one I already
committed.
tm27 has "#include " and this patch would have installed
a second copy under the bsp/ subdirectory. That may in fact be the
correct location but it isn't where it is expected to be.
It would have to be moved for all BSP
Add tm27.h to include_HEADERS instead of include_bsp_HEADERS for
or1ksim BSP.
---
c/src/lib/libbsp/or1k/or1ksim/Makefile.am | 1 +
c/src/lib/libbsp/or1k/or1ksim/preinstall.am | 10 +++---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/c/src/lib/libbsp/or1k/or1ksim/Makefile.a