JS2x: Detect the availability of biosemu automatically.

Since the biosemu code is optional, the config file now determines its
availability automatically.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
This commit is contained in:
Thomas Huth 2011-07-12 16:21:09 +02:00
parent 399e16b3f7
commit 4e4101fed2
1 changed files with 6 additions and 0 deletions

View File

@ -3,5 +3,11 @@ TARG=ppc64
export FLAG="-DBIOSEMU"
export CPUARCH=ppc970
export CPUARCHDEF=-DCPU_PPC970
ifneq ($(wildcard ../other-licence/x86emu/*.c),)
export SNK_BIOSEMU_APPS=1
else
export SNK_BIOSEMU_APPS=0
endif
FLASH_SIZE=8388608