summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/csb350/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-05-13 20:51:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-05-13 20:51:32 +0000
commit1b6769f0cf55c04e5f2949af11660a0de2ec3b1d (patch)
tree5f752c6410b019f5c732d60a54c05ee39bf6295e /c/src/lib/libbsp/mips/csb350/Makefile.am
parent2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-1b6769f0cf55c04e5f2949af11660a0de2ec3b1d.tar.bz2
2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, preinstall.am, start/start.S: Many files were duplicated across MIPS BSPs. Now those which were directly copied are shared. * start/regs.h: Removed.
Diffstat (limited to 'c/src/lib/libbsp/mips/csb350/Makefile.am')
-rw-r--r--c/src/lib/libbsp/mips/csb350/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/mips/csb350/Makefile.am b/c/src/lib/libbsp/mips/csb350/Makefile.am
index f356648e65..375a6871ca 100644
--- a/c/src/lib/libbsp/mips/csb350/Makefile.am
+++ b/c/src/lib/libbsp/mips/csb350/Makefile.am
@@ -12,6 +12,8 @@ dist_project_lib_DATA = bsp_specs
include_HEADERS = include/bsp.h
include_HEADERS += include/tm27.h
+include_HEADERS += include/tm27.h
+include_bsp_HEADERS = ../shared/liblnk/regs.h
nodist_include_HEADERS = include/bspopts.h
nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
@@ -21,7 +23,7 @@ nodist_include_HEADERS += ../../shared/include/coverhd.h
noinst_PROGRAMS =
noinst_LIBRARIES = libbspstart.a
-libbspstart_a_SOURCES = start/start.S start/regs.h
+libbspstart_a_SOURCES = start/start.S ../shared/liblnk/regs.h
project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds