Skip to content

Commit 30bf4d1

Browse files
greg-king5bkozak-scanimetrics
authored andcommitted
re-arrange 6502 object modules
re-arranges some object modules, so that Contiki programs will fit into the fragmented memory maps of two 6502 platforms. This patch is local to those platforms; there are no side-effects.
1 parent 287092d commit 30bf4d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platform/apple2enh/Makefile.apple2enh

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ LC_SOURCEFILES = process.c tcpip.c
4141

4242
ifeq ($(findstring WITH_REBOOT,$(DEFINES)),WITH_REBOOT)
4343
LDFLAGS += -D __LCADDR__=0xD000 -D __LCSIZE__=0x1000
44-
LC_SOURCEFILES += autostart.c timer.c uip_arch.c uiplib.c
44+
LC_SOURCEFILES += procinit.c timer.c uip_arch.c
4545
endif
4646

4747
# Set a target-specific variable value

platform/atarixl/Makefile.atarixl

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
CONTIKI_CPU = $(CONTIKI)/cpu/6502
3535
include $(CONTIKI_CPU)/Makefile.6502
3636

37-
SHADOW_RAM_SOURCEFILES = ethernet.c ethernet-drv.c timer.c uip.c uiplib.c
37+
SHADOW_RAM_SOURCEFILES = autostart.c ethernet-drv.c timer.c uip.c uiplib.c unload.c
3838
SHADOW_RAM2_SOURCEFILES = clock.c uip_arch.c uip_arp.c
3939

4040
# Set target-specific variable values

0 commit comments

Comments
 (0)