micropack: build the boot blocks
authorAlan Cox <alan@linux.intel.com>
Fri, 23 Jun 2017 17:04:08 +0000 (18:04 +0100)
committerAlan Cox <alan@linux.intel.com>
Fri, 23 Jun 2017 17:04:08 +0000 (18:04 +0100)
Kernel/platform-micropack/Makefile

index e4100b5..91dfbee 100644 (file)
@@ -30,3 +30,6 @@ clean:
        rm -f $(OBJS) $(JUNK)  core *~ 
 
 image:
+       sdasz80 -o bootblock.s
+       sdldz80 -m -i bootblock.rel
+       makebin -s 128 bootblock.ihx > bootblock.bin