From 8f23e84c6a08a384d25582f9cf79c4f5549bc852 Mon Sep 17 00:00:00 2001 From: Leo C Date: Wed, 15 Oct 2014 23:44:26 +0200 Subject: Code reorg and cleanup --- avr/Tupfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'avr/Tupfile') diff --git a/avr/Tupfile b/avr/Tupfile index 1300a4a..91562b4 100644 --- a/avr/Tupfile +++ b/avr/Tupfile @@ -3,9 +3,9 @@ include_rules PROG = stamp-monitor 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 getopt-min.c -SRC += timer.c con-utils.c serial.c i2c.c pcf8583.c +SRC += cmd_help.c cmd_echo.c cmd_date.c cmd_mem.c cmd_boot.c cmd_pin.c +SRC += env.c xmalloc.c date.c con-utils.c print-utils.c getopt-min.c +SRC += timer.c serial.c i2c.c pcf8583.c SRC += background.c z180-serv.c z80-if.c pin.c SRC_Z = ../z180/hdrom.c -- cgit v1.2.3