aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMax Horn2009-09-25 11:22:14 +0000
committerMax Horn2009-09-25 11:22:14 +0000
commit1a4257f46ffd9179ebb06c4b2cb7617f4acceb6e (patch)
tree2c145b1341efabb7096179a7635739fcc748f746 /configure
parent399c511f908b5e6cc6bf13f926c12e0ca3470060 (diff)
downloadscummvm-rg350-1a4257f46ffd9179ebb06c4b2cb7617f4acceb6e.tar.gz
scummvm-rg350-1a4257f46ffd9179ebb06c4b2cb7617f4acceb6e.tar.bz2
scummvm-rg350-1a4257f46ffd9179ebb06c4b2cb7617f4acceb6e.zip
Move linuxmoto specific stuff from ports.mk to a new file backends/platform/linuxmoto/linuxmoto.mk
svn-id: r44342
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 90c962eadf..379e110884 100755
--- a/configure
+++ b/configure
@@ -1277,6 +1277,7 @@ if test -n "$_host"; then
_backend="linuxmoto"
_build_hq_scalers="no"
_mt32emu="no"
+ add_line_to_config_mk 'include $(srcdir)/backends/platform/linuxmoto/linuxmoto.mk'
;;
motomagx)
echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"
@@ -1296,6 +1297,7 @@ if test -n "$_host"; then
_backend="linuxmoto"
_build_hq_scalers="no"
_mt32emu="no"
+ add_line_to_config_mk 'include $(srcdir)/backends/platform/linuxmoto/linuxmoto.mk'
;;
bfin*)
_need_memalign=yes