Change configure entries for NDS and DC ports to use _port_mk

svn-id: r48664
This commit is contained in:
Max Horn 2010-04-16 10:59:23 +00:00
parent f7ac94db12
commit 418bcdad7d

4
configure vendored
View file

@ -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'