fixed undefined value in X86 pci bios emulation

This commit is contained in:
Markus Fröschle
2014-01-04 12:58:28 +00:00
parent 2857b525ba
commit 37d3befb44
2 changed files with 15 additions and 9 deletions

View File

@@ -9,7 +9,7 @@
# can be either "Y" or "N" (without quotes). "Y" for using the m68k-elf-, "N" for using the m68k-atari-mint
# toolchain
COMPILE_ELF=N
COMPILE_ELF=Y
ifeq (Y,$(COMPILE_ELF))
TCPREFIX=m68k-elf-