summaryrefslogtreecommitdiff
path: root/avr/Tupfile
diff options
context:
space:
mode:
Diffstat (limited to 'avr/Tupfile')
-rw-r--r--avr/Tupfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/avr/Tupfile b/avr/Tupfile
index d90f225..449b2a1 100644
--- a/avr/Tupfile
+++ b/avr/Tupfile
@@ -3,10 +3,10 @@ include_rules
PROG = stamp-bootc
SRC = bootc.c
SRC += cli.c cli_readline.c command.c command_tbl.c
-SRC += cmd_help.c cmd_echo.c
+SRC += cmd_help.c cmd_echo.c cmd_mem.c
SRC += env.c xmalloc.c
SRC += timer.c con-utils.c serial.c
-SRC += z80-if.c
+SRC += background.c z180-serv.c z80-if.c
#SRC_Z = ../z180/hdrom.c