Makefile adjustment

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@371 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-03-05 21:56:30 +00:00
parent 12e9e5cff6
commit bcf6c34976
2 changed files with 4 additions and 2 deletions

View file

@ -74,8 +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
endif
# Pico - carthw
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
OBJS += ../../Pico/carthw/carthw.o ../../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
ifeq "$(asm_render)" "1"