X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/3d6d1d342e36d63a47433623a636bcaa34746c7b..bddc7e77b0de0cfd5e7e98f8915552c2c83edb9f:/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