diff options
author | Tony Puccinelli | 2010-08-16 11:04:34 +0000 |
---|---|---|
committer | Tony Puccinelli | 2010-08-16 11:04:34 +0000 |
commit | 8e199cf434e5e82725957b2cb28e9fc59565b869 (patch) | |
tree | a8bcb33ff5e34dbf0fe863f7ba6fc13371c07be9 /backends/platform | |
parent | b5d705554de8596550035d9f3bdbf7acbc926148 (diff) | |
download | scummvm-rg350-8e199cf434e5e82725957b2cb28e9fc59565b869.tar.gz scummvm-rg350-8e199cf434e5e82725957b2cb28e9fc59565b869.tar.bz2 scummvm-rg350-8e199cf434e5e82725957b2cb28e9fc59565b869.zip |
moved include of Makefile.common in PS2 Makefile
svn-id: r52117
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/ps2/Makefile.ps2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/ps2/Makefile.ps2 b/backends/platform/ps2/Makefile.ps2 index e278b0bf7d..d5b0ae3e2a 100644 --- a/backends/platform/ps2/Makefile.ps2 +++ b/backends/platform/ps2/Makefile.ps2 @@ -95,8 +95,6 @@ PLUGIN_LDFLAGS += -nostartfiles -Wl,-q,--just-symbols,elf/scummvm.elf,-T$(srcdir BACKEND := ps2 -include $(srcdir)/Makefile.common - LDFLAGS = -mno-crt0 $(PS2SDK)/ee/startup/crt0.o -T $(srcdir)/backends/plugins/ps2/main_prog.ld LDFLAGS += -L $(PS2SDK)/ee/lib -L . LDFLAGS += $(addprefix -L$(PS2_EXTRA),$(PS2_EXTRA_LIBS)) @@ -119,6 +117,8 @@ OBJS := $(srcdir)/backends/platform/ps2/DmaPipe.o \ $(srcdir)/backends/platform/ps2/ps2time.o \ $(srcdir)/backends/platform/ps2/ps2debug.o +include $(srcdir)/Makefile.common + all: $(TARGET) $(TARGET): $(OBJS) |