From 9e29ada9e14db0fc70dc4fb5669bf25c19009294 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 11 Dec 2014 10:39:28 +0000 Subject: [PATCH] zx128, Makefile: add rules for mdv building, rebalance 16K blocks --- Kernel/platform-zx128/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Kernel/platform-zx128/Makefile b/Kernel/platform-zx128/Makefile index f0038508..9bffe236 100644 --- a/Kernel/platform-zx128/Makefile +++ b/Kernel/platform-zx128/Makefile @@ -1,13 +1,13 @@ CSRCS = devtty.c -CSRCS += devices.c main.c CSRCS2 = bankzx128.c +CSRCS2 += devices.c main.c devmdv.c -ASRCS = crt0.s zx128.s zxvideo.s +ASRCS = crt0.s zx128.s zxvideo.s microdrive.s ASRCS += tricks.s commonmem.s COBJS = $(CSRCS:.c=.rel) -COBJS2 = $(CSRCS2:.c=.rel) +COBJS2 = $(CSRCS2:.c=.rel) AOBJS = $(ASRCS:.s=.rel) OBJS = $(COBJS) $(COBJS2) $(AOBJS) @@ -28,3 +28,4 @@ clean: rm -f $(OBJS) $(JUNK) core *~ image: + ../tools/bintomdv ../uzi.tmp fuzix.cart fuzixboot.mdv -- 2.34.1