From 448bbcae9cc8f72f2e1d893c6ae8e071ca2b7aa9 Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 21 Nov 2012 03:11:59 +0200 Subject: fix ARM build with --disable-dynarec --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 \ -- cgit v1.2.3