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.
This commit is contained in:
parent
a70fbf1bbf
commit
2827b2d800
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user