summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authortwinaphex2014-12-11 18:47:48 +0100
committertwinaphex2014-12-11 18:47:48 +0100
commit5b59ef3acc721639ebc1c78ab42fe64f4e30ab6d (patch)
treeac8df419383ab459746cfaac0a7843c042ac5b7d /Makefile.common
parent97166d5cbde98ea2c153c813b84653e6fbfdeba8 (diff)
downloadpicogpsp-5b59ef3acc721639ebc1c78ab42fe64f4e30ab6d.tar.gz
picogpsp-5b59ef3acc721639ebc1c78ab42fe64f4e30ab6d.tar.bz2
picogpsp-5b59ef3acc721639ebc1c78ab42fe64f4e30ab6d.zip
Reimplement cache invalidation code
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
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