mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* liblnk/regs.S: Remove (Rename into liblnk.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 (Rename into liblnk.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 $<
|
||||
|
||||
@@ -53,7 +53,7 @@ clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
# console
|
||||
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