From 39a951858b31e71536154b8f65775e16250ef073 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 17 May 2018 18:59:05 +0100 Subject: [PATCH] trs80: fix build error --- 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 ad3beba3..9112cd61 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: trs80load.bin trs80load94.bin +image: trs80load.bin trs80load.bin: trs80load.s sdasz80 -o trs80load.s -- 2.34.1