summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authortwinaphex2020-10-06 03:11:29 +0200
committertwinaphex2020-10-06 03:11:29 +0200
commit2e4a39374316b61a5a89078376d822d17e7f9770 (patch)
treed74067be525e9be14d82cad4b4051601acb71ac5 /Makefile.common
parentfa80ff3c4b0b9d9fca1587ab0b696c75567819a9 (diff)
parent0c9172a9c3edd518eb82025b7713c25346ec3666 (diff)
downloadpicogpsp-2e4a39374316b61a5a89078376d822d17e7f9770.tar.gz
picogpsp-2e4a39374316b61a5a89078376d822d17e7f9770.tar.bz2
picogpsp-2e4a39374316b61a5a89078376d822d17e7f9770.zip
Merge branch 'master' of https://github.com/libretro/gpsp
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index dc8c106..92fd9fa 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -13,7 +13,8 @@ SOURCES_C := $(CORE_DIR)/main.c \
$(CORE_DIR)/sound.c \
$(CORE_DIR)/cheats.c \
$(CORE_DIR)/libretro.c \
- $(CORE_DIR)/libco/libco.c
+ $(CORE_DIR)/libco/libco.c \
+ $(CORE_DIR)/gba_cc_lut.c
ifeq ($(HAVE_DYNAREC), 1)