forked from Imagelibrary/rtems
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* liblnk/regs.S: Remove (Renamed into liblnk/regs.h). * liblnk/regs.h: New (Renamed from liblnk/regs.S). * Makefile.am, liblnk/pmon.S: Reflect renamer.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* liblnk/regs.S: Remove (Renamed into liblnk/regs.h).
|
||||
* liblnk/regs.h: New (Renamed from liblnk/regs.S).
|
||||
* Makefile.am, liblnk/pmon.S: Reflect renamer.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
@@ -21,7 +21,7 @@ DISTCLEANFILES = include/bspopts.h
|
||||
|
||||
nodist_include_HEADERS += ../../shared/include/coverhd.h
|
||||
|
||||
EXTRA_DIST = start/start.S start/regs.S
|
||||
EXTRA_DIST = start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
|
||||
@@ -46,7 +46,7 @@ libbsp_a_SOURCES += clock/ckinit.c
|
||||
# console
|
||||
libbsp_a_SOURCES += console/console.c
|
||||
# liblnk
|
||||
libbsp_a_SOURCES += liblnk/lnklib.S liblnk/pmon.S
|
||||
libbsp_a_SOURCES += liblnk/lnklib.S liblnk/pmon.S liblnk/regs.h
|
||||
|
||||
libbsp_a_LIBADD = \
|
||||
../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#define SUBU dsubu
|
||||
#endif
|
||||
|
||||
#include "regs.S"
|
||||
#include "regs.h"
|
||||
|
||||
.text
|
||||
.align 2
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* liblnk/regs.S: Remove (Renamed into liblnk/regs.h).
|
||||
* liblnk/regs.h: New (Renamed from liblnk/regs.S).
|
||||
* Makefile.am, liblnk/pmon.S: Reflect renamer.
|
||||
|
||||
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Eliminate *_SOURCES.
|
||||
|
||||
@@ -22,7 +22,7 @@ noinst_PROGRAMS =
|
||||
|
||||
nodist_include_HEADERS += ../../shared/include/coverhd.h
|
||||
|
||||
EXTRA_DIST = start/start.S start/regs.S
|
||||
EXTRA_DIST = start/start.S
|
||||
start.$(OBJEXT): start/start.S
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
|
||||
@@ -54,7 +54,7 @@ clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
libbsp_a_SOURCES += console/console-io.c
|
||||
|
||||
# liblnk
|
||||
libbsp_a_SOURCES += liblnk/lnklib.S liblnk/pmon.S
|
||||
libbsp_a_SOURCES += liblnk/lnklib.S liblnk/pmon.S liblnk/regs.h
|
||||
|
||||
libbsp_a_LIBADD = \
|
||||
clock.rel \
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#define SUBU dsubu
|
||||
#endif
|
||||
|
||||
#include "regs.S"
|
||||
#include "regs.h"
|
||||
|
||||
.text
|
||||
.align 2
|
||||
|
||||
Reference in New Issue
Block a user