From c1720cbde97f5e26587793539a3552ce6f46e7c5 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 11 Feb 2019 01:47:26 +0000 Subject: [PATCH] v8080: remove some debug and add a dependency --- Kernel/platform-v8080/Makefile | 2 ++ Kernel/platform-v8080/crt0.s | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Kernel/platform-v8080/Makefile b/Kernel/platform-v8080/Makefile index a983a045..ea4f3bb9 100644 --- a/Kernel/platform-v8080/Makefile +++ b/Kernel/platform-v8080/Makefile @@ -20,6 +20,8 @@ $(AOBJS): %.o: %.s $(COBJS): %.o: %.c $(CROSS_CC) $(CROSS_CCOPTS) $< +tricks.s: ../lib/8080fixedbank.s ../lib/8080fixedbank-core.s + clean: rm -f $(OBJS) $(JUNK) core *~ bootblock.bin bootblock diff --git a/Kernel/platform-v8080/crt0.s b/Kernel/platform-v8080/crt0.s index 2535a518..dd189566 100644 --- a/Kernel/platform-v8080/crt0.s +++ b/Kernel/platform-v8080/crt0.s @@ -54,9 +54,6 @@ wipe: call init_hardware - mvi a,'E' - out 1 - call _fuzix_main di stop: hlt -- 2.34.1