From 37b66bac5a01299701ea297db62df39ae61ff697 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Sat, 5 Oct 2013 23:51:49 +0200
Subject: [PATCH] Finetuned Atari XL memory layout.
The Telent server includes both uIP logging and uIP client functionality. Therefore uip.o is somewhat larger.
---
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 a914630af..9a045f92d 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 procinit.c uip.c
-SHADOW_RAM2_SOURCEFILES = clock.c uip_arch.c uip_arp.c
+SHADOW_RAM_SOURCEFILES = etimer.c uip.c
+SHADOW_RAM2_SOURCEFILES = clock.c error.c uip_arch.c uip_arp.c
# Set target-specific variable values
${addprefix $(OBJECTDIR)/,${call oname, $(SHADOW_RAM_SOURCEFILES)}}: CFLAGS += --code-name SHADOW_RAM