diff options
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common index b586567..faf0261 100644 --- a/Makefile.common +++ b/Makefile.common @@ -32,9 +32,7 @@ endif endif -# Special optimized routines ifeq ($(CPU_ARCH), arm) -SOURCES_C += $(CORE_DIR)/arm/warm.c SOURCES_ASM += $(CORE_DIR)/arm/video_blend.S endif |