aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.common b/Makefile.common
index 9970830..21e319e 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -2,13 +2,6 @@ LIBRETRO_COMM_DIR := $(LIBRETRO_DIR)/libretro-common
INCFLAGS := -I$(CORE_DIR) -I$(LIBRETRO_DIR) -I$(LIBRETRO_COMM_DIR)/include
-ifeq ($(HAVE_GRIFFIN), 1)
-SOURCES_C := $(CORE_DIR)/catsfc_griffin.c
-SOURCES_C += \
- $(CORE_DIR)/sa1.c \
- $(CORE_DIR)/sa1cpu.c \
- $(CORE_DIR)/apu_blargg.c
-else
SOURCES_C := \
$(CORE_DIR)/apu.c \
$(CORE_DIR)/c4.c \
@@ -45,7 +38,6 @@ SOURCES_C := \
$(CORE_DIR)/tile.c \
$(CORE_DIR)/apu_blargg.c \
$(LIBRETRO_DIR)/libretro.c
-endif
ifeq ($(USE_BLARGG_APU),1)
FLAGS += -DUSE_BLARGG_APU