From f4a43f51bf21a0d114ddd2cc925e44a4ee88ad72 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 31 Oct 2014 16:46:14 +0000 Subject: [PATCH] Makefile: remove some more bits of legacy uzi.com building --- Kernel/Makefile | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/Kernel/Makefile b/Kernel/Makefile index 239020ef..e2c0e5d2 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= socz80 +export TARGET= z80pack export CPU = z80 #export TARGET = 6809test #export CPU = 6809 @@ -139,21 +139,8 @@ uzi.bin: target $(OBJS) $(MAKE) -C platform-$(TARGET) image endif -# srec_cat -disable-sequence-warning uzi.ihx -intel -fill 0x00 0x0000 0x10000 -output uzi.bin -binary -uzi.com: target $(OBJS) loader/loader.com tools/analysemap tools/memhogs - loader/makeloader loader/loader.com uzi.ihx uzi.com --zerotop - -sendcpm: uzi.com - echo -n "!~!~!~" > /dev/ttyUSB1 - sleep 0.1 - echo "rboot 200" > /dev/ttyUSB1 - sleep 0.1 - sendcpm uzi.com - echo "uzi 1" > /dev/ttyUSB1 - clean: rm -f $(OBJS) $(JUNK) uzi.cdb uzi.com uzi.bin uzi.map uzi.noi uzi.ihx core *~ include/*~ version.c tools/analysemap tools/memhogs tools/binman hogs.txt hogs.txt.old tools/*~ - +make -C loader clean +make -C platform-$(TARGET) clean clean-all: clean -- 2.34.1