mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
svp compiler direct calls
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@360 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
415178c86f
commit
841644af98
1 changed files with 3 additions and 0 deletions
|
@ -159,6 +159,9 @@ up: PicoDrive.gpe
|
||||||
.s.o:
|
.s.o:
|
||||||
@echo ">>>" $<
|
@echo ">>>" $<
|
||||||
$(GCC) $(COPT) $(DEFINC) -c $< -o $@
|
$(GCC) $(COPT) $(DEFINC) -c $< -o $@
|
||||||
|
.S.o:
|
||||||
|
@echo ">>>" $<
|
||||||
|
$(GCC) $(COPT) $(DEFINC) -c $< -o $@
|
||||||
|
|
||||||
../../Pico/carthw/svp/compiler.o : ../../Pico/carthw/svp/ssp16.o ../../Pico/carthw/svp/gen_arm.c
|
../../Pico/carthw/svp/compiler.o : ../../Pico/carthw/svp/ssp16.o ../../Pico/carthw/svp/gen_arm.c
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue