modified to map memory dynamically based on a static memory map

This commit is contained in:
Markus Fröschle
2014-01-18 08:04:44 +00:00
parent 5412297687
commit 6d0643b885
3 changed files with 55 additions and 6 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-