From 986c305efe579634a1b96ec3cd193d50e7d565f7 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 23 Jun 2017 18:04:08 +0100 Subject: [PATCH] micropack: build the boot blocks --- Kernel/platform-micropack/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Kernel/platform-micropack/Makefile b/Kernel/platform-micropack/Makefile index e4100b58..91dfbeef 100644 --- a/Kernel/platform-micropack/Makefile +++ b/Kernel/platform-micropack/Makefile @@ -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 -- 2.34.1