From 51d78afa091d296e5545e69ed11201ee436053a1 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 10 Dec 2014 17:06:09 +0100 Subject: Add HAVE_DYNAREC ifdef --- Makefile.common | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index aef6d23..b1790da 100644 --- a/Makefile.common +++ b/Makefile.common @@ -18,6 +18,8 @@ SOURCES_C := $(CORE_DIR)/main.c \ endif +ifeq ($(HAVE_DYNAREC), 1) + ifeq ($(CPU_ARCH), x86_32) SOURCES_ASM += $(CORE_DIR)/x86/x86_stub.S endif @@ -27,4 +29,6 @@ SOURCES_ASM += $(CORE_DIR)/arm/arm_stub.S \ $(CORE_DIR)/arm/video_blend.S endif +endif + INCFLAGS := -I$(CORE_DIR) -- cgit v1.2.3