summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 4 insertions, 0 deletions
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)