From 418bcdad7d8ca5d15a20e206e1c2c0195c9071a1 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 16 Apr 2010 10:59:23 +0000 Subject: [PATCH] Change configure entries for NDS and DC ports to use _port_mk svn-id: r48664 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 194417c7423..e61f14dfef4 100755 --- a/configure +++ b/configure @@ -1381,7 +1381,7 @@ if test -n "$_host"; then _build_hq_scalers="no" _mad="yes" _zlib="yes" - add_line_to_config_mk 'include $(srcdir)/backends/platform/dc/dreamcast.mk' + _port_mk="backends/platform/dc/dreamcast.mk" ;; gamecube) _endian=big @@ -1492,7 +1492,7 @@ if test -n "$_host"; then _backend="nds" _build_hq_scalers="no" _mt32emu="no" - add_line_to_config_mk 'include $(srcdir)/backends/platform/ds/ds.mk' + _port_mk="backends/platform/ds/ds.mk" # TODO: Enable more ARM optimizations -- requires testing! add_line_to_config_mk 'USE_ARM_SOUND_ASM = 1' add_line_to_config_mk 'USE_ARM_SMUSH_ASM = 1'