From 6dacbe23ce6cce210b0e6a0bd6937af42d4238ec Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 9 Feb 2019 21:50:32 +0000 Subject: [PATCH] 8080: build the new tools --- Kernel/cpu-8080/image.mk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Kernel/cpu-8080/image.mk b/Kernel/cpu-8080/image.mk index 3d4d381b..d1053325 100644 --- a/Kernel/cpu-8080/image.mk +++ b/Kernel/cpu-8080/image.mk @@ -1,2 +1,7 @@ -fuzix.bin: target $(OBJS) + +tools/8080map: tools/8080map.c + +tools/ack2kernel: tools/ack2kernel.c + +fuzix.bin: target $(OBJS) tools/8080map tools/ack2kernel +$(MAKE) -C platform-$(TARGET) image -- 2.34.1