Rearrange Apple II language card usage.

The code of etimer.o has become to large to fit into $D000-$D400. So other object file have been chosen.
ico
Oliver Schmidt 2015-06-28 22:12:44 +02:00
parent a70fbf1bbf
commit 2827b2d800
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ LC_SOURCEFILES = process.c tcpip.c
ifeq ($(findstring WITH_REBOOT,$(DEFINES)),WITH_REBOOT)
LDFLAGS += -D __LCADDR__=0xD000 -D __LCSIZE__=0x1000
LC_SOURCEFILES += etimer.c
LC_SOURCEFILES += autostart.c timer.c uip_arch.c uiplib.c
endif
# Set a target-specific variable value