forked from Imagelibrary/rtems
2008-04-18 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am: Use bin2s to produce assembly files which do not need preprocessing. Capital .S indicates an assembly file that gets preprocessed.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2008-04-18 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* Makefile.am: Use bin2s to produce assembly files which do not need
|
||||||
|
preprocessing. Capital .S indicates an assembly file that gets
|
||||||
|
preprocessed.
|
||||||
|
|
||||||
2008-04-17 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2008-04-17 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* libnds/source/arm9/exceptionHandler.S: Rename .s to .S and replace
|
* libnds/source/arm9/exceptionHandler.S: Rename .s to .S and replace
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ bin2s: $(srcdir)/tools/bin2s.c
|
|||||||
|
|
||||||
SUFFIXES = .bin
|
SUFFIXES = .bin
|
||||||
|
|
||||||
%.S: %.bin bin2s
|
%.s: %.bin bin2s
|
||||||
$(srcdir)/tools/bin2s $< > $(srcdir)/$@
|
$(srcdir)/tools/bin2s $< > $(srcdir)/$@
|
||||||
|
|
||||||
libnds9_rel_SOURCES = libnds/source/common/biosCalls.S \
|
libnds9_rel_SOURCES = libnds/source/common/biosCalls.S \
|
||||||
|
|||||||
Reference in New Issue
Block a user