diff options
author | Max Horn | 2010-07-29 13:02:14 +0000 |
---|---|---|
committer | Max Horn | 2010-07-29 13:02:14 +0000 |
commit | 264d17ccc7644440d4cd3dc64e14f3e0bd431fd4 (patch) | |
tree | 156ed580e08a6841f1f87328de61611edb5dd83a /backends/platform/psp/Makefile | |
parent | 7364b9bb2f695918729606a716547d74b62b479c (diff) | |
download | scummvm-rg350-264d17ccc7644440d4cd3dc64e14f3e0bd431fd4.tar.gz scummvm-rg350-264d17ccc7644440d4cd3dc64e14f3e0bd431fd4.tar.bz2 scummvm-rg350-264d17ccc7644440d4cd3dc64e14f3e0bd431fd4.zip |
BUILD: Compile & link certain files only for specific BACKEND values
svn-id: r51465
Diffstat (limited to 'backends/platform/psp/Makefile')
-rw-r--r-- | backends/platform/psp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/platform/psp/Makefile b/backends/platform/psp/Makefile index 994d201f65..617ef7c8cc 100644 --- a/backends/platform/psp/Makefile +++ b/backends/platform/psp/Makefile @@ -64,7 +64,6 @@ ifeq ($(PSPSDK),) $(error $$(PSPSDK) cannot be obtained.) endif - # Variables for common Scummvm makefile CXX = psp-g++ CXXFLAGS = -O3 -Wall -Wno-multichar -fno-exceptions -fno-rtti @@ -151,6 +150,8 @@ OBJS := powerman.o \ mp3.o \ tests.o +BACKEND := psp + # Include common Scummvm makefile include $(srcdir)/Makefile.common |