From 6b2465318b2dc922de282deea96c1621f7f41039 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 20 Dec 2021 13:29:01 +0200 Subject: Revert "still some issues with vmem" This reverts commit 69d13626a37e33f31627a1144605a8fb93684d25. --- arch/riscv/source.mk | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'arch/riscv/source.mk') diff --git a/arch/riscv/source.mk b/arch/riscv/source.mk index ef61611..0e9a5c3 100644 --- a/arch/riscv/source.mk +++ b/arch/riscv/source.mk @@ -1,8 +1,6 @@ -COMMON_LOCAL != echo arch/riscv/common/*.[cS] KERNEL_LOCAL != echo arch/riscv/kernel/*.[cS] -KERNEL_SOURCES += $(KERNEL_LOCAL) $(COMMON_LOCAL) -INIT_LOCAL != echo arch/riscv/init/*.[cS] -INIT_SOURCES += $(INIT_LOCAL) $(COMMON_LOCAL) +KERNEL_SOURCES += $(KERNEL_LOCAL) +INIT_SOURCES += arch/riscv/init/init.c CLEANUP_CMD := ./arch/riscv/conf/rmimage.sh -- cgit v1.3