diff compal/Makefile @ 99:3bd695d9b2b4

C139 boot re: C140 differences noted
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 31 Mar 2014 01:05:44 +0000
parents 8eaa265ee292
children a39a38bbec4d
line wrap: on
line diff
--- a/compal/Makefile	Mon Mar 31 00:43:15 2014 +0000
+++ b/compal/Makefile	Mon Mar 31 01:05:44 2014 +0000
@@ -1,5 +1,7 @@
 C139=	c139-boot.90.04.bin
-GEN=	c139-boot.dis16 c139-boot.dis32 c139-boot.hex
+C140=	c140-boot.bin
+GEN=	c139-boot.dis16 c139-boot.dis32 c139-boot.hex \
+	c140-boot.dis16 c140-boot.dis32 c140-boot.hex
 ARMDIS=	../arm7dis/armdis
 THUMBDIS=../arm7dis/thumbdis
 
@@ -14,5 +16,14 @@
 c139-boot.hex:	${C139}
 	hd ${C139} > $@
 
+c140-boot.dis16:	${C140} ${THUMBDIS}
+	${THUMBDIS} ${C140} > $@
+
+c140-boot.dis32:	${C140} ${ARMDIS}
+	${ARMDIS} ${C140} > $@
+
+c140-boot.hex:	${C140}
+	hd ${C140} > $@
+
 clean:
 	rm -f ${GEN}