X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/b30c4e8f1aef96f6fdc93da9f125545f5f74d06e..1d390146e3186c0eb94df0a1da8618fc89480127:/avr/Tupfile?ds=sidebyside diff --git a/avr/Tupfile b/avr/Tupfile index d41de25..05e7e69 100644 --- a/avr/Tupfile +++ b/avr/Tupfile @@ -2,7 +2,8 @@ include_rules PROG = stamp-monitor -FATFS = $(TOP)/fatfs/src/ff.c +FATFSD = $(TOP)/fatfs/source +FATFS = $(FATFSD)/ff.c $(FATFSD)/ffunicode.c SRC = main.c SRC += cli.c cli_readline.c command.c command_tbl.c @@ -13,7 +14,7 @@ SRC += env.c xmalloc.c con-utils.c print-utils.c SRC += getopt-min.c eval_arg.c SRC += timer.c serial.c i2c.c bcd.c pcf8583.c mmc.c SRC += background.c z180-serv.c z80-if.c gpio.c -SRC += $(FATFS) $(TOP)/fatfs/src/option/unicode.c +SRC += $(FATFS) #TODO: time lib SRC += ../time/asctime_r.c ../time/gmtime_r.c ../time/mk_gmtime.c