2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* startup/Makefile.am: Add bsplib_DATA = linkcmds.
This commit is contained in:
Ralf Corsepius
2002-07-19 04:54:15 +00:00
parent ec7fc23386
commit 1a27b400ee
6 changed files with 18 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
2002-07-17 Jay Monkman <jtm@smoothsmoothie.com>
* irq/bsp_irq_asm.S: Disable code to touch PIC.

View File

@@ -27,6 +27,8 @@ include $(top_srcdir)/../../../../../../automake/lib.am
$(PGM): $(startup_rel_OBJECTS)
$(make-rel)
bsplib_DATA = linkcmds
$(PROJECT_RELEASE)/lib/linkcmds: linkcmds
$(INSTALL_DATA) $< $@

View File

@@ -1,3 +1,7 @@
2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
2002-07-17 Jay Monkman <jtm@smoothsmoothie.com>
* start/start.S: Added SWI_Handler.

View File

@@ -27,6 +27,8 @@ include $(top_srcdir)/../../../../../../automake/lib.am
$(PGM): $(OBJS)
$(make-rel)
bsplib_DATA = linkcmds
$(PROJECT_RELEASE)/lib/linkcmds: linkcmds
$(INSTALL_DATA) $< $@

View File

@@ -1,3 +1,7 @@
2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/Makefile.am: Add bsplib_DATA = linkcmds.
2002-07-17 Jay Monkman <jtm@smoothsmoothie.com>
* irq_bsp_irq_asm.S: Update to reflect irq_asm modifications.

View File

@@ -24,6 +24,8 @@ include $(top_srcdir)/../../../../../../automake/lib.am
$(PGM): $(OBJS)
$(make-rel)
bsplib_DATA = linkcmds
$(PROJECT_RELEASE)/lib/linkcmds: linkcmds
$(INSTALL_DATA) $< $@