From: Alan Cox Date: Thu, 11 Dec 2014 10:39:28 +0000 (+0000) Subject: zx128, Makefile: add rules for mdv building, rebalance 16K blocks X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9e29ada9e14db0fc70dc4fb5669bf25c19009294;p=FUZIX.git zx128, Makefile: add rules for mdv building, rebalance 16K blocks --- 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