aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/gp32/Makefile')
-rw-r--r--backends/platform/gp32/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/platform/gp32/Makefile b/backends/platform/gp32/Makefile
index d3ae963ca2..327bee9d10 100644
--- a/backends/platform/gp32/Makefile
+++ b/backends/platform/gp32/Makefile
@@ -56,7 +56,7 @@ GPSDK = /usr/compat/gp32/share/sdk
LDSPECS = -specs=gp32_gpsdk.specs
-LDFLAGS = $(STRIP_DEBUG) -Wl,-Map,$(MAPFILE) $(LDSPECS) -Wl,--no-warn-mismatch
+LDFLAGS = $(STRIP_DEBUG) -Wl,-Map,$(MAPFILE) $(LDSPECS) -Wl,--no-warn-mismatch
LIBS += -L$(GPSDK)/lib \
-lgpmem -lgpos -lgpstdio -lgpstdlib -lgpsound -lgpgraphic -lgpfont \
@@ -75,7 +75,7 @@ FXE = scummvm.fxe
# Plugins hack
srcdir = ./
-DEFINES = -D__GP32__
+DEFINES = -D__GP32__
DEFINES += -DNONSTANDARD_PORT
# Disable new themes. GP32 has LOW memory!
@@ -132,7 +132,7 @@ OBJS += backends/platform/gp32/gp32std.o \
#backends/platform/gp32/dmaaudio.o \
#Main ScummVM for the GP32 Backend
-OBJS += backends/platform/gp32/gp32_main.o \
+OBJS += backends/platform/gp32/gp32_main.o \
backends/platform/gp32/gp32_launcher.o \
backends/platform/gp32/gp32_osys.o \
backends/fs/gp32/gp32-fs.o