mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
svp: some ARM code translation, as calls, broken
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@358 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
6c816c092b
commit
415178c86f
1 changed files with 4 additions and 1 deletions
|
@ -74,7 +74,8 @@ OBJS += ../../Pico/cd/Pico.o ../../Pico/cd/Memory.o ../../Pico/cd/Sek.o ../../Pi
|
||||||
../../Pico/cd/Area.o ../../Pico/cd/Misc.o ../../Pico/cd/pcm.o ../../Pico/cd/buffering.o
|
../../Pico/cd/Area.o ../../Pico/cd/Misc.o ../../Pico/cd/pcm.o ../../Pico/cd/buffering.o
|
||||||
endif
|
endif
|
||||||
# Pico - carthw
|
# Pico - carthw
|
||||||
OBJS += ../../Pico/carthw/svp/svp.o ../../Pico/carthw/svp/Memory.o ../../Pico/carthw/svp/ssp16.o
|
OBJS += ../../Pico/carthw/svp/svp.o ../../Pico/carthw/svp/Memory.o ../../Pico/carthw/svp/ssp16.o \
|
||||||
|
../../Pico/carthw/svp/compiler.o ../../Pico/carthw/svp/stub_arm.o
|
||||||
|
|
||||||
# asm stuff
|
# asm stuff
|
||||||
ifeq "$(asm_render)" "1"
|
ifeq "$(asm_render)" "1"
|
||||||
|
@ -159,6 +160,8 @@ up: PicoDrive.gpe
|
||||||
@echo ">>>" $<
|
@echo ">>>" $<
|
||||||
$(GCC) $(COPT) $(DEFINC) -c $< -o $@
|
$(GCC) $(COPT) $(DEFINC) -c $< -o $@
|
||||||
|
|
||||||
|
../../Pico/carthw/svp/compiler.o : ../../Pico/carthw/svp/ssp16.o ../../Pico/carthw/svp/gen_arm.c
|
||||||
|
|
||||||
../../Pico/draw_asm.o : ../../Pico/Draw.s
|
../../Pico/draw_asm.o : ../../Pico/Draw.s
|
||||||
@echo ">>>" $<
|
@echo ">>>" $<
|
||||||
$(AS) $(ASOPT) $< -o $@
|
$(AS) $(ASOPT) $< -o $@
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue