Allow 6502 ctk programs (all running in non-window mode) to exit the Contiki process by calling LOAD_UNLOAD().

This commit is contained in:
oliverschmidt 2010-02-04 23:52:30 +00:00
parent 5e66abda50
commit 2d40c75efe
4 changed files with 98 additions and 4 deletions

View file

@ -30,7 +30,7 @@
#
# Author: Oliver Schmidt <ol.sc@web.de>
#
# $Id: Makefile.6502,v 1.30 2009/10/18 11:34:38 oliverschmidt Exp $
# $Id: Makefile.6502,v 1.31 2010/02/04 23:52:30 oliverschmidt Exp $
#
ifndef CC65_HOME
@ -43,8 +43,8 @@ CONTIKI_TARGET_DIRS = . lib sys
CONTIKI_CPU_DIRS = . lib sys ctk net
CONTIKI_TARGET_SOURCEFILES = contiki-main.c
CONTIKI_CPU_SOURCEFILES = log.c error.c config.c clock.c ctk-mouse.c \
mtarch.c mtarch-asm.S lc-asm.S \
CONTIKI_CPU_SOURCEFILES = log.c error.c unload.c config.c ctk-mouse.c \
clock.c mtarch.c mtarch-asm.S lc-asm.S \
uip_arch.c ethernet-drv.c ethernet.c
CONTIKI_SOURCEFILES += $(CTK) ctk-conio.c petsciiconv.c cfs-posix-dir.c \