aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm9
diff options
context:
space:
mode:
authorMax Horn2010-07-29 13:02:14 +0000
committerMax Horn2010-07-29 13:02:14 +0000
commit264d17ccc7644440d4cd3dc64e14f3e0bd431fd4 (patch)
tree156ed580e08a6841f1f87328de61611edb5dd83a /backends/platform/ds/arm9
parent7364b9bb2f695918729606a716547d74b62b479c (diff)
downloadscummvm-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/arm9')
-rw-r--r--backends/platform/ds/arm9/makefile2
1 files changed, 2 insertions, 0 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 \