notaz.gp2x.de
/
libpicofe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
415178c
)
svp compiler direct calls
author
notaz
<notasas@gmail.com>
Wed, 20 Feb 2008 21:35:19 +0000
(21:35 +0000)
committer
notaz
<notasas@gmail.com>
Wed, 20 Feb 2008 21:35:19 +0000
(21:35 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@360
be3aeb3a
-fb24-0410-a615-
afba39da0efa
gp2x/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/gp2x/Makefile
b/gp2x/Makefile
index
1bb9204
..
8145ecd
100644
(file)
--- a/
gp2x/Makefile
+++ b/
gp2x/Makefile
@@
-159,6
+159,9
@@
up: PicoDrive.gpe
.s.o:
\r
@echo ">>>" $<
\r
$(GCC) $(COPT) $(DEFINC) -c $< -o $@
\r
+.S.o:
\r
+ @echo ">>>" $<
\r
+ $(GCC) $(COPT) $(DEFINC) -c $< -o $@
\r
\r
../../Pico/carthw/svp/compiler.o : ../../Pico/carthw/svp/ssp16.o ../../Pico/carthw/svp/gen_arm.c
\r
\r