From d95c714c8cfdc5818b0e0f0c99cf2e5be66de202 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 12 Sep 2021 21:51:10 +0300 Subject: Initial physical page manager + Will probably still need a fair bit of tweakind and documentation improvements, but seems to work outside of the kernel. Also no valgrind errors, which is quite promising I guess. --- arch/riscv/source.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/riscv/source.mk') diff --git a/arch/riscv/source.mk b/arch/riscv/source.mk index 50e0f5f..2d79625 100644 --- a/arch/riscv/source.mk +++ b/arch/riscv/source.mk @@ -1,4 +1,4 @@ -KERNEL_LOCAL != echo arch/riscv/*.[cS] +KERNEL_LOCAL != echo arch/riscv/kernel/*.[cS] KERNEL_SOURCES += $(KERNEL_LOCAL) INIT_LOCAL != echo arch/riscv/init/*.[cS] -- cgit v1.3