summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorAutechre2021-03-09 20:31:50 +0100
committerGitHub2021-03-09 20:31:50 +0100
commit45c8ef0a0bdf0557ab9c1153b5a6e77298cca34a (patch)
tree45b66118646d122a395cfecf2d740bed854c4e45 /Makefile.common
parent6a8aa84200eb92a7f3f1b4befb0630d95ad59b8e (diff)
parent0522d9a4f535a61953da64518097fc7f64d7120c (diff)
downloadpicogpsp-45c8ef0a0bdf0557ab9c1153b5a6e77298cca34a.tar.gz
picogpsp-45c8ef0a0bdf0557ab9c1153b5a6e77298cca34a.tar.bz2
picogpsp-45c8ef0a0bdf0557ab9c1153b5a6e77298cca34a.zip
Merge pull request #101 from davidgfnet/master
Remove libco
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.common b/Makefile.common
index ea75b78..7e70627 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -15,12 +15,6 @@ SOURCES_C := $(CORE_DIR)/main.c \
$(CORE_DIR)/libretro.c \
$(CORE_DIR)/gba_cc_lut.c
-ifeq ($(USE_LIBCO), 1)
-SOURCES_C += $(CORE_DIR)/libco/libco.c
-else
-SOURCES_C += $(CORE_DIR)/retro_emu_thread.c
-endif
-
ifeq ($(HAVE_DYNAREC), 1)
SOURCES_C += $(CORE_DIR)/cpu_threaded.c
endif