FreeCalypso > hg > freecalypso-reveng
comparison compal/Makefile @ 98:8eaa265ee292
C139 boot re setup using the new arm7dis
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 31 Mar 2014 00:43:15 +0000 |
parents | |
children | 3bd695d9b2b4 |
comparison
equal
deleted
inserted
replaced
97:fb5ea2758482 | 98:8eaa265ee292 |
---|---|
1 C139= c139-boot.90.04.bin | |
2 GEN= c139-boot.dis16 c139-boot.dis32 c139-boot.hex | |
3 ARMDIS= ../arm7dis/armdis | |
4 THUMBDIS=../arm7dis/thumbdis | |
5 | |
6 all: ${GEN} | |
7 | |
8 c139-boot.dis16: ${C139} ${THUMBDIS} | |
9 ${THUMBDIS} ${C139} > $@ | |
10 | |
11 c139-boot.dis32: ${C139} ${ARMDIS} | |
12 ${ARMDIS} ${C139} > $@ | |
13 | |
14 c139-boot.hex: ${C139} | |
15 hd ${C139} > $@ | |
16 | |
17 clean: | |
18 rm -f ${GEN} |