aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2012-11-21 03:11:59 +0200
committernotaz2012-11-24 04:25:25 +0200
commit448bbcae9cc8f72f2e1d893c6ae8e071ca2b7aa9 (patch)
tree9dafbc2042502e0fdbcce7750d46f3e126166f05 /Makefile
parentddd99692bc3e1246c2ccb5e551512f35b4f7959a (diff)
downloadpcsx_rearmed-448bbcae9cc8f72f2e1d893c6ae8e071ca2b7aa9.tar.gz
pcsx_rearmed-448bbcae9cc8f72f2e1d893c6ae8e071ca2b7aa9.tar.bz2
pcsx_rearmed-448bbcae9cc8f72f2e1d893c6ae8e071ca2b7aa9.zip
fix ARM build with --disable-dynarec
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a7d61d9..49d5476 100644
--- a/Makefile
+++ b/Makefile
@@ -54,6 +54,8 @@ libpcsxcore/misc.o libpcsxcore/psxbios.o: CFLAGS += -Wno-nonnull
ifeq "$(USE_DYNAREC)" "1"
OBJS += libpcsxcore/new_dynarec/new_dynarec.o libpcsxcore/new_dynarec/linkage_arm.o
OBJS += libpcsxcore/new_dynarec/pcsxmem.o
+else
+libpcsxcore/new_dynarec/emu_if.o: CFLAGS += -DDRC_DISABLE
endif
OBJS += libpcsxcore/new_dynarec/emu_if.o
libpcsxcore/new_dynarec/new_dynarec.o: libpcsxcore/new_dynarec/assem_arm.c \