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/ds | |
| 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/ds')
| -rw-r--r-- | backends/platform/ds/arm9/makefile | 2 | ||||
| -rw-r--r-- | backends/platform/ds/module.mk | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/backends/platform/ds/arm9/makefile b/backends/platform/ds/arm9/makefile index 079e23aec0..c99342c28e 100644 --- a/backends/platform/ds/arm9/makefile +++ b/backends/platform/ds/arm9/makefile @@ -251,6 +251,8 @@ ifdef WRAP_MALLOC DEFINES += -DWRAP_MALLOC endif +BACKEND := ds + INCLUDES= -I$(portdir)/$(BUILD) -I$(srcdir) -I$(srcdir)/engines \ -I$(portdir)/data -I$(portdir)/../commoninclude \ -I$(portdir)/source -I$(portdir)/source/mad \ diff --git a/backends/platform/ds/module.mk b/backends/platform/ds/module.mk index f6b69b3633..5f186f2528 100644 --- a/backends/platform/ds/module.mk +++ b/backends/platform/ds/module.mk @@ -8,7 +8,6 @@ PORT_OBJS := \ arm9/source/blitters_arm.o \ arm9/source/cdaudio.o \ arm9/source/dsmain.o \ - ../../fs/ds/ds-fs.o \ arm9/source/gbampsave.o \ arm9/source/scummhelp.o \ arm9/source/osystem_ds.o \ |
