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:
Joel Sherrill
2008-04-18 14:30:39 +00:00
parent 547af382bd
commit 0ac232b405
2 changed files with 7 additions and 1 deletions

View File

@@ -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>
* libnds/source/arm9/exceptionHandler.S: Rename .s to .S and replace

View File

@@ -101,7 +101,7 @@ bin2s: $(srcdir)/tools/bin2s.c
SUFFIXES = .bin
%.S: %.bin bin2s
%.s: %.bin bin2s
$(srcdir)/tools/bin2s $< > $(srcdir)/$@
libnds9_rel_SOURCES = libnds/source/common/biosCalls.S \