summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/genmongoosev/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-29 13:10:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-29 13:10:18 +0000
commit234f3ecc3471120e6e6f7589ddc8c20050b51e95 (patch)
tree39b5f129d7cec98b8bbd0b86ddda1f14ab2a6b17 /c/src/lib/libbsp/mips/genmongoosev/Makefile.am
parent2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-234f3ecc3471120e6e6f7589ddc8c20050b51e95.tar.bz2
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* start/regs.S: Remove (Renamed into start/regs.h). * start/regs.h: New (Renamed from start/regs.S). * Makefile.am, start/start.S: Reflect renamer.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/mips/genmongoosev/Makefile.am b/c/src/lib/libbsp/mips/genmongoosev/Makefile.am
index fe04de007b..506412c4d4 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/Makefile.am
+++ b/c/src/lib/libbsp/mips/genmongoosev/Makefile.am
@@ -21,7 +21,7 @@ noinst_PROGRAMS =
nodist_include_HEADERS += ../../shared/include/coverhd.h
-EXTRA_DIST = start/start.S start/regs.S start/mg5.h
+EXTRA_DIST = start/start.S start/regs.h start/mg5.h
start.$(OBJEXT): start/start.S
$(CPPASCOMPILE) -o $@ -c $<