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:
parent
399e16b3f7
commit
4e4101fed2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue