From 7e00f5139343e3b2a424fd8cd5f81bc85db874ec Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 31 Oct 2014 16:32:50 +0000 Subject: [PATCH] Makefile: remove reference to removed loader code --- Kernel/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Kernel/Makefile b/Kernel/Makefile index 8bfd6f32..239020ef 100644 --- a/Kernel/Makefile +++ b/Kernel/Makefile @@ -1,6 +1,6 @@ TARGET_LIST = platform-nc100 platform-micropack platform-pcw8256 platform-socz80 platform-spec3 platform-trs80 platform-z80pack platform-z80pack-lite -export TARGET= trs80 +export TARGET= socz80 export CPU = z80 #export TARGET = 6809test #export CPU = 6809 @@ -122,9 +122,6 @@ tools/make4x6: tools/make4x6.c font4x6.c: tools/make4x6 tools/make4x6 >font4x6.c -loader/loader.com: - +make -C loader loader.com - ifeq ($(CPU), z80) uzi.ihx: target $(OBJS) platform-$(TARGET)/uzi.lnk $(CROSS_LD) -n -f platform-$(TARGET)/uzi.lnk -- 2.34.1