8080: build the new tools
authorAlan Cox <alan@linux.intel.com>
Sat, 9 Feb 2019 21:50:32 +0000 (21:50 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 9 Feb 2019 21:50:32 +0000 (21:50 +0000)
Kernel/cpu-8080/image.mk

index 3d4d381..d105332 100644 (file)
@@ -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