From 281767f19ecfc585162c145c5cb3318a431bc826 Mon Sep 17 00:00:00 2001 From: Joost Peters Date: Wed, 17 Oct 2007 19:45:23 +0000 Subject: fix compile after recent fs code rename svn-id: r29229 --- backends/fs/psp/psp-fs-factory.cpp | 2 +- backends/platform/psp/Makefile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'backends') diff --git a/backends/fs/psp/psp-fs-factory.cpp b/backends/fs/psp/psp-fs-factory.cpp index e1d2b8fb49..c0d7cb9e6f 100644 --- a/backends/fs/psp/psp-fs-factory.cpp +++ b/backends/fs/psp/psp-fs-factory.cpp @@ -23,7 +23,7 @@ */ #include "backends/fs/psp/psp-fs-factory.h" -#include "backends/fs/psp/psp_fs.cpp" +#include "backends/fs/psp/psp-fs.cpp" DECLARE_SINGLETON(PSPFilesystemFactory); diff --git a/backends/platform/psp/Makefile b/backends/platform/psp/Makefile index a19402f676..1406e560a6 100644 --- a/backends/platform/psp/Makefile +++ b/backends/platform/psp/Makefile @@ -54,7 +54,6 @@ CXXFLAGS := $(CXXFLAGS) -fno-exceptions -fno-rtti TARGET = scummvm-psp OBJS := psp_main.o \ - $(srcdir)/backends/fs/psp/psp-fs.o \ osys_psp.o \ osys_psp_gu.o \ kbd_ss_c.o \ -- cgit v1.2.3