summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index faf0261..3a42edc 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -33,7 +33,10 @@ endif
endif
ifeq ($(CPU_ARCH), arm)
+ifeq ($(CPU_ARCH_ARM_BLENDING_OPTS),1)
+CFLAGS += -DARM_ARCH_BLENDING_OPTS
SOURCES_ASM += $(CORE_DIR)/arm/video_blend.S
endif
+endif
INCFLAGS := -I$(CORE_DIR)