don't assume svp dynarec on ARM so that it can be disabled

This commit is contained in:
notaz 2013-06-30 23:58:59 +02:00
parent 0a91c6e902
commit 7fd5d17b31
2 changed files with 6 additions and 5 deletions

View file

@ -89,6 +89,7 @@ SRCS_COMMON += $(R)pico/carthw/carthw.c
SRCS_COMMON += $(R)pico/carthw/svp/svp.c $(R)pico/carthw/svp/memory.c \
$(R)pico/carthw/svp/ssp16.c
ifeq "$(use_svpdrc)" "1"
DEFINES += _SVP_DRC
SRCS_COMMON += $(R)pico/carthw/svp/stub_arm.S
SRCS_COMMON += $(R)pico/carthw/svp/compiler.c
endif