From ae769a586b135cc33783fc21ef476fbb0ce4bf49 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Wed, 16 May 2018 22:20:20 +0100 Subject: [PATCH] trs80: build the boot loader by default --- Kernel/platform-trs80/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-trs80/Makefile b/Kernel/platform-trs80/Makefile index edd0ec75..13d88001 100644 --- a/Kernel/platform-trs80/Makefile +++ b/Kernel/platform-trs80/Makefile @@ -35,7 +35,7 @@ $(DISCARD_COBJS): %.rel: %.c clean: rm -f $(OBJS) $(JUNK) core *~ -image: +image: trs80load.bin trs80load94.bin trs80load.bin: trs80load.s sdasz80 -o trs80load.s -- 2.34.1