FreeCalypso > hg > freecalypso-reveng
diff compal/Makefile @ 108:85bb35342834
C156 boot code disassembly started
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 31 Mar 2014 16:41:21 +0000 |
parents | a39a38bbec4d |
children | 8ed06e07b19e |
line wrap: on
line diff
--- a/compal/Makefile Mon Mar 31 06:49:27 2014 +0000 +++ b/compal/Makefile Mon Mar 31 16:41:21 2014 +0000 @@ -1,7 +1,9 @@ C139= c139-boot.90.04.bin C140= c140-boot.bin +C156= c156-boot.90.05.bin GEN= c139-boot.dis16 c139-boot.dis32 c139-boot.hex \ c140-boot.dis16 c140-boot.dis32 c140-boot.hex \ + c156-boot.dis16 c156-boot.dis32 c156-boot.hex \ osmovoodoo osmovoodoo.bin ARMDIS= ../arm7dis/armdis THUMBDIS=../arm7dis/thumbdis @@ -26,6 +28,15 @@ c140-boot.hex: ${C140} hd ${C140} > $@ +c156-boot.dis16: ${C156} ${THUMBDIS} + ${THUMBDIS} ${C156} > $@ + +c156-boot.dis32: ${C156} ${ARMDIS} + ${ARMDIS} ${C156} > $@ + +c156-boot.hex: ${C156} + hd ${C156} > $@ + osmovoodoo: osmovoodoo.c gcc -O2 -o $@ $@.c