aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/Makefile
diff options
context:
space:
mode:
authorMax Horn2009-11-24 14:18:46 +0000
committerMax Horn2009-11-24 14:18:46 +0000
commitbfc553081c5523ccc5ca0c30178decb374c26fbc (patch)
tree7ee9b3d9051e2f9a200eb86165f6c8ff491390f3 /backends/platform/psp/Makefile
parent7c90d8ff644d679dc5dd3256241651af771cdf8e (diff)
downloadscummvm-rg350-bfc553081c5523ccc5ca0c30178decb374c26fbc.tar.gz
scummvm-rg350-bfc553081c5523ccc5ca0c30178decb374c26fbc.tar.bz2
scummvm-rg350-bfc553081c5523ccc5ca0c30178decb374c26fbc.zip
PSP: Fix whitespace usage and code formatting
svn-id: r46126
Diffstat (limited to 'backends/platform/psp/Makefile')
-rw-r--r--backends/platform/psp/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/backends/platform/psp/Makefile b/backends/platform/psp/Makefile
index 8413a12eb1..cf6ad09335 100644
--- a/backends/platform/psp/Makefile
+++ b/backends/platform/psp/Makefile
@@ -67,7 +67,7 @@ endif
CXX = psp-g++
CXXFLAGS = -O3 -Wall -Wno-multichar -fno-exceptions -fno-rtti
DEFINES = -D__PSP__ -DNONSTANDARD_PORT -DDISABLE_TEXT_CONSOLE -DDISABLE_COMMAND_LINE -DUSE_ZLIB
-LDFLAGS :=
+LDFLAGS :=
INCDIR := $(srcdir) . $(srcdir)/engines/ $(PSPSDK)/include
INCLUDES := $(addprefix -I, $(INCDIR))
#EXECUTABLE = $(TARGET)
@@ -121,21 +121,21 @@ endif
# SDL Libs and Flags
SDLFLAGS := $(shell $(PSPBIN)/sdl-config --cflags)
-SDLLIBS := $(shell $(PSPBIN)/sdl-config --libs)
+SDLLIBS := $(shell $(PSPBIN)/sdl-config --libs)
# PSP LIBS
PSPLIBS = -lpspvfpu -lpspdebug -lpspgu -lpspge -lpspdisplay -lpspctrl -lpspsdk \
- -lpsputility -lpspuser -lpsppower -lpsphprm -lpspsdk -lpsprtc -lpspaudio
+ -lpsputility -lpspuser -lpsppower -lpsphprm -lpspsdk -lpsprtc -lpspaudio
# Add in PSPSDK includes and libraries.
CXXFLAGS += $(SDLFLAGS)
-LIBS += -lpng -lz -lstdc++ -lc $(SDLLIBS) $(PSPLIBS)
+LIBS += -lpng -lz -lstdc++ -lc $(SDLLIBS) $(PSPLIBS)
OBJS := powerman.o \
psp_main.o \
osys_psp.o \
trace.o \
psploader.o \
- pspkeyboard.o
+ pspkeyboard.o
# Include common Scummvm makefile