From e73a667558f64d20d729f3d43f7e47f6aae057d8 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 6 Dec 2016 19:05:17 +0000 Subject: [PATCH] Makefile: add bank8k --- Kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1