Mercurial > hg > Members > kono > nitros9-code
changeset 3003:68a167bc476d
level3 makefiles: Order BOOTERS list like in level2
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 26 Oct 2014 13:02:12 +0100 |
parents | f3052f2dbf85 |
children | 32ab0f9980a7 |
files | level3/coco3/modules/makefile level3/coco3_6309/modules/makefile |
diffstat | 2 files changed, 5 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/level3/coco3/modules/makefile Sun Oct 26 13:18:59 2014 +0100 +++ b/level3/coco3/modules/makefile Sun Oct 26 13:02:12 2014 +0100 @@ -23,9 +23,8 @@ TPB = $(3RDPARTY)/booters BOOTERS = boot_1773_6ms boot_1773_30ms \ - boot_tc3 boot_ide \ - boot_dw_becker boot_dw_arduino boot_rom \ - boot_burke boot_rampak boot_wd1002 boot_dw + boot_burke boot_rampak boot_wd1002 boot_dw boot_dw_becker boot_dw_arduino \ + boot_tc3 boot_ide boot_rom BOOTTRACK = rel_32 rel_40 rel_80 rel_32_50hz rel_40_50hz rel_80_50hz $(BOOTERS) krn KERNEL = krnp2 krnp3_perr krnp4_regdump SYSMODS = ioman init sysgo_h0 sysgo_dd sysgo_rom rominfo vectors
--- a/level3/coco3_6309/modules/makefile Sun Oct 26 13:18:59 2014 +0100 +++ b/level3/coco3_6309/modules/makefile Sun Oct 26 13:02:12 2014 +0100 @@ -22,9 +22,9 @@ DEPENDS = ./makefile TPB = ../../3rdparty/booters -BOOTERS = boot_1773_6ms boot_1773_30ms boot_tc3 \ - boot_ide boot_dw_becker boot_dw_arduino \ - boot_burke boot_rampak boot_wd1002 boot_dw +BOOTERS = boot_1773_6ms boot_1773_30ms \ + boot_burke boot_rampak boot_wd1002 boot_dw boot_dw_becker boot_dw_arduino \ + boot_tc3 boot_ide boot_rom BOOTTRACK = rel_32 rel_40 rel_80 rel_32_50hz rel_40_50hz rel_80_50hz $(BOOTERS) krn KERNEL = krnp2 krnp3_perr krnp4_regdump SYSMODS = ioman init sysgo_h0 sysgo_dd nitro end