From a2907f2e2b2725679d6b3b8d3231f3d94c325014 Mon Sep 17 00:00:00 2001 From: Leo C Date: Thu, 9 Jun 2016 02:20:50 +0200 Subject: New command: cfboot - boot from cf card. --- avr/Tupfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'avr/Tupfile') diff --git a/avr/Tupfile b/avr/Tupfile index 9f95376..0eb910a 100644 --- a/avr/Tupfile +++ b/avr/Tupfile @@ -22,7 +22,7 @@ SRC += ../time/system_time.c ../time/set_system_time.c ASRC += ../time/system_tick.S -SRC_Z = ../z180/hdrom.c +SRC_Z = ../z180/hdrom.c ../z180/cfboot.c #TARGETS = $(PROG).elf @@ -110,8 +110,8 @@ LDFLAGS += -Wl,--cref !SIZE = |> ^ SIZE^ $(SIZE) %f |> : foreach $(ASRC) |> !as |> {objs} -: foreach $(SRC) | ../z180/hdrom.h |> !cc |> {objs} -: $(SRC_Z) |> !cc -D'const=const __flash' |> {objs} +: foreach $(SRC) | ../z180/hdrom.h ../z180/cfboot.h |> !cc |> {objs} +: foreach $(SRC_Z) |> !cc -D'const=const __flash' |> {objs} : {objs} |> !LINK |> $(PROG).elf : $(PROG).elf |> !OBJCOPY |> %B.hex -- cgit v1.2.3