From 87da0031983a3fe592578c86a0b3fac8446bc26e Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 28 Aug 2016 16:58:50 +0100 Subject: [PATCH] Makefile: add buddy.c We don't use it yet and it's not finished --- Kernel/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Kernel/Makefile b/Kernel/Makefile index 57a020b5..43dcee67 100644 --- a/Kernel/Makefile +++ b/Kernel/Makefile @@ -24,6 +24,7 @@ TARGET_LIST = platform-nc100 platform-micropack platform-pcw8256 platform-socz80 #export TARGET = tgl6502 #export TARGET = trs80 #export TARGET = ubee +#export TARGET = v68 export TARGET = z80pack #export TARGET = z80pack-lite #export TARGET = zeta-v2 @@ -72,7 +73,8 @@ CDSRCS = start.c C1SRCS = version.c filesys.c devio.c kdata.c C1SRCS += inode.c tty.c C2SRCS = syscall_proc.c process.c malloc.c -C2SRCS += simple.c single.c bank16k.c bank16k_low.c bank32k.c bankfixed.c flat.c +C2SRCS += simple.c single.c bank16k.c bank16k_low.c bank32k.c +C2SRCS += bankfixed.c flat.c buddy.c # # Usually we map sysalls into CODE2 but they can be overlaid # Assume we'll never be doing overlays with level2 or networking -- 2.34.1