Rearranged ATARI memory usage.

The cc65 memory map for the ATARI XL has two holes so the linker needs hints which object files go where. Source changes lead to object file size changes requiring now and then to rearrange the object files.
This commit is contained in:
Oliver Schmidt 2015-10-28 12:22:43 +01:00
parent b4ed3d65d4
commit 5024468c2f

View file

@ -34,8 +34,8 @@
CONTIKI_CPU = $(CONTIKI)/cpu/6502
include $(CONTIKI_CPU)/Makefile.6502
SHADOW_RAM_SOURCEFILES = etimer.c uip.c
SHADOW_RAM2_SOURCEFILES = clock.c error.c uip_arch.c uip_arp.c
SHADOW_RAM_SOURCEFILES = ethernet.c ethernet-drv.c timer.c uip.c uiplib.c
SHADOW_RAM2_SOURCEFILES = clock.c uip_arch.c uip_arp.c
# Set target-specific variable values
${addprefix $(OBJECTDIR)/,${call oname, $(SHADOW_RAM_SOURCEFILES)}}: CFLAGS += --code-name SHADOW_RAM