From 65ad87422f83ac121be2b59d305ccf6375945510 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Wed, 6 Mar 2013 14:57:24 +0100 Subject: [PATCH] Finetuned Language Card usage. Both the source code and the cc65 compiler have changed. So it made sense to review which object files are to be compiled for placement in the Language Card. --- platform/apple2enh/Makefile.apple2enh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/platform/apple2enh/Makefile.apple2enh b/platform/apple2enh/Makefile.apple2enh index 48e063107..d5b9ab244 100644 --- a/platform/apple2enh/Makefile.apple2enh +++ b/platform/apple2enh/Makefile.apple2enh @@ -39,12 +39,11 @@ CONTIKI_CPU = $(CONTIKI)/cpu/6502 include $(CONTIKI_CPU)/Makefile.6502 LDFLAGS += -D __HIMEM__=0xBF00 +LC_SOURCEFILES = process.c tcpip.c ifeq ($(findstring WITH_REBOOT,$(DEFINES)),WITH_REBOOT) - LC_SOURCEFILES = process.c etimer.c uip_arp.c LDFLAGS += -D __LCADDR__=0xD000 -D __LCSIZE__=0x1000 -else - LC_SOURCEFILES = process.c etimer.c ethernet.c + LC_SOURCEFILES += etimer.c endif # Set a target-specific variable value