From 5024468c2ffb853b987f21c4f8ecef82fd64a419 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Wed, 28 Oct 2015 12:22:43 +0100 Subject: [PATCH] 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. --- platform/atarixl/Makefile.atarixl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/atarixl/Makefile.atarixl b/platform/atarixl/Makefile.atarixl index 8b0615c85..b6f103b88 100644 --- a/platform/atarixl/Makefile.atarixl +++ b/platform/atarixl/Makefile.atarixl @@ -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