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 9227f2b..cbceff8 100644
--- a/avr/Tupfile
+++ b/avr/Tupfile
@@ -4,9 +4,9 @@ PROG = stamp-test
SRC = main.c
SRC += cli.c cli_readline.c command.c command_tbl.c
SRC += cmd_help.c cmd_echo.c cmd_date.c cmd_mem.c cmd_boot.c
-SRC += env.c xmalloc.c date.c
+SRC += env.c xmalloc.c date.c getopt-min.c
SRC += timer.c con-utils.c serial.c i2c.c pcf8583.c
-SRC += background.c z180-serv.c z80-if.c
+SRC += background.c z180-serv.c z80-if.c pin.c
SRC_Z = ../z180/hdrom.c