From f759ff17046be2ef2bcc0c068d1ae2cfbed3e520 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Sun, 8 May 2011 22:37:33 +0100 Subject: [PATCH] BACKENDS: Remove stale GP2X code references. --- backends/module.mk | 8 -------- 1 file changed, 8 deletions(-) diff --git a/backends/module.mk b/backends/module.mk index 27058bef884..d1feae43176 100644 --- a/backends/module.mk +++ b/backends/module.mk @@ -118,14 +118,6 @@ MODULE_OBJS += \ graphics/gph/gph-graphics.o endif -# TODO/FIXME: The gp2xsdl files are only compiled if GP2X_OLD is defined, -# which currently is never the case (unless the user manually requests it). -# ifeq ($(BACKEND),gp2x) -# MODULE_OBJS += \ -# events/gp2xsdl/gp2xsdl-events.o \ -# graphics/gp2xsdl/gp2xsdl-graphics.o -# endif - ifeq ($(BACKEND),linuxmoto) MODULE_OBJS += \ events/linuxmotosdl/linuxmotosdl-events.o \