aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm9
diff options
context:
space:
mode:
authorMax Horn2008-06-03 21:04:41 +0000
committerMax Horn2008-06-03 21:04:41 +0000
commit5288daa863b6eeb9696e9dd48640f237b0b644ba (patch)
treecc92f8b555ebea8e5c1d8d430133311375fb5d3d /backends/platform/ds/arm9
parente3a8074a6d93b8ef590c9761f2a8d7aba8b06e0b (diff)
downloadscummvm-rg350-5288daa863b6eeb9696e9dd48640f237b0b644ba.tar.gz
scummvm-rg350-5288daa863b6eeb9696e9dd48640f237b0b644ba.tar.bz2
scummvm-rg350-5288daa863b6eeb9696e9dd48640f237b0b644ba.zip
DS: Forgot to commit #include changes in the ds-fs.* files; this allows to get rid of -Isource/fat
svn-id: r32520
Diffstat (limited to 'backends/platform/ds/arm9')
-rw-r--r--backends/platform/ds/arm9/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ds/arm9/makefile b/backends/platform/ds/arm9/makefile
index 1a4d61113e..7472a32218 100644
--- a/backends/platform/ds/arm9/makefile
+++ b/backends/platform/ds/arm9/makefile
@@ -182,7 +182,7 @@ endif
LDFLAGS = -specs=ds_arm9.specs -mthumb-interwork -Wl,--wrap,time -mno-fpu -Wl,-Map,map.txt
-INCLUDES= -I./ -I$(portdir)/$(BUILD) -I$(srcdir) -I$(srcdir)/common -I$(portdir)/source -I$(portdir)/source/fat \
+INCLUDES= -I./ -I$(portdir)/$(BUILD) -I$(srcdir) -I$(srcdir)/common -I$(portdir)/source \
-I$(portdir)/data -I$(libndsdir)/include -I$(portdir)/../commoninclude\
-I$(libndsdir)/include -I$(libndsdir)/include/nds -I$(srcdir)/engines -I$(portdir)/source/mad\
-I$(portdir)/source/libcartreset -include $(srcdir)/common/scummsys.h