comparison compal/Makefile @ 398:e5e5ed527cc1

compal: one more flash bootloader version
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 14 Jan 2023 06:09:25 +0000
parents 6b40617d00e6
children 81cda18b0487
comparison
equal deleted inserted replaced
397:421273705a75 398:e5e5ed527cc1
1 C118= c118-3.0.81.E-boot.bin 1 C118= c118-3.0.81.E-boot.bin
2 C118DF= c118-2.2.84.N-boot.bin
2 C123= c123-boot.bin 3 C123= c123-boot.bin
3 C123NEW=c123-newboot.bin 4 C123NEW=c123-newboot.bin
4 C139= c139-boot.90.04.bin 5 C139= c139-boot.90.04.bin
5 C139NEW=c139-boot1004.bin 6 C139NEW=c139-boot1004.bin
6 C139TF= c139-tfboot.bin 7 C139TF= c139-tfboot.bin
7 C140= c140-boot.bin 8 C140= c140-boot.bin
8 C156= c156-boot.90.05.bin 9 C156= c156-boot.90.05.bin
9 GEN= c118-newboot.dis16 c118-newboot.dis32 c118-newboot.hex \ 10 GEN= c118-newboot.dis16 c118-newboot.dis32 c118-newboot.hex \
11 c118-dfboot.dis16 c118-dfboot.dis32 c118-dfboot.hex \
10 c123-boot.dis16 c123-boot.dis32 c123-boot.hex \ 12 c123-boot.dis16 c123-boot.dis32 c123-boot.hex \
11 c123-newboot.dis16 c123-newboot.dis32 c123-newboot.hex \ 13 c123-newboot.dis16 c123-newboot.dis32 c123-newboot.hex \
12 c139-boot.dis16 c139-boot.dis32 c139-boot.hex \ 14 c139-boot.dis16 c139-boot.dis32 c139-boot.hex \
13 c139-newboot.dis16 c139-newboot.dis32 c139-newboot.hex \ 15 c139-newboot.dis16 c139-newboot.dis32 c139-newboot.hex \
14 c139-tfboot.dis16 c139-tfboot.dis32 c139-tfboot.hex \ 16 c139-tfboot.dis16 c139-tfboot.dis32 c139-tfboot.hex \
17 osmovoodoo osmovoodoo.bin 19 osmovoodoo osmovoodoo.bin
18 ARMDIS= ../arm7dis/armdis 20 ARMDIS= ../arm7dis/armdis
19 THUMBDIS=../arm7dis/thumbdis 21 THUMBDIS=../arm7dis/thumbdis
20 22
21 all: ${GEN} 23 all: ${GEN}
24
25 c118-dfboot.dis16: ${C118DF} ${THUMBDIS}
26 ${THUMBDIS} ${C118DF} > $@
27
28 c118-dfboot.dis32: ${C118DF} ${ARMDIS}
29 ${ARMDIS} ${C118DF} > $@
30
31 c118-dfboot.hex: ${C118DF}
32 hd ${C118DF} > $@
22 33
23 c118-newboot.dis16: ${C118} ${THUMBDIS} 34 c118-newboot.dis16: ${C118} ${THUMBDIS}
24 ${THUMBDIS} ${C118} > $@ 35 ${THUMBDIS} ${C118} > $@
25 36
26 c118-newboot.dis32: ${C118} ${ARMDIS} 37 c118-newboot.dis32: ${C118} ${ARMDIS}