summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 6a371be..259e4c3 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -23,7 +23,7 @@ SOURCES_ASM += $(CORE_DIR)/x86/x86_stub.S
endif
ifeq ($(CPU_ARCH), arm)
SOURCES_ASM += $(CORE_DIR)/arm/arm_stub.S \
- $(CORE_DIR)/arm/video_blend.S
+ $(CORE_DIR)/arm/video_blend.S
endif
INCFLAGS := -I$(CORE_DIR)