mirror of
https://github.com/oliverschmidt/contiki.git
synced 2026-04-19 14:17:08 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user