mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add start*.bin to CLEANFILES.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Add start*.bin to CLEANFILES.
|
||||||
|
|
||||||
2004-02-06 Joel Sherrill <joel@OARcorp.com>
|
2004-02-06 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* Makefile.am: Split startup into multiple .rels without reorganizing
|
* Makefile.am: Split startup into multiple .rels without reorganizing
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ start16$(LIB_VARIANT)-elf32.$(OBJEXT): start16.$(OBJEXT)
|
|||||||
|
|
||||||
start16$(LIB_VARIANT).bin: start16$(LIB_VARIANT)-elf32.$(OBJEXT)
|
start16$(LIB_VARIANT).bin: start16$(LIB_VARIANT)-elf32.$(OBJEXT)
|
||||||
$(OBJCOPY) -O binary $< $@
|
$(OBJCOPY) -O binary $< $@
|
||||||
|
CLEANFILES += start16.bin start16_g.bin
|
||||||
|
|
||||||
project_lib_DATA += start16$(LIB_VARIANT).bin
|
project_lib_DATA += start16$(LIB_VARIANT).bin
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user