From: Alan Cox Date: Tue, 6 Dec 2016 19:05:17 +0000 (+0000) Subject: Makefile: add bank8k X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e73a667558f64d20d729f3d43f7e47f6aae057d8;p=FUZIX.git Makefile: add bank8k --- diff --git a/Kernel/Makefile b/Kernel/Makefile index ca9c7206..62de3010 100644 --- a/Kernel/Makefile +++ b/Kernel/Makefile @@ -76,7 +76,7 @@ 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 +C2SRCS += simple.c single.c bank8k.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