From 31c3c8dcb5ea281201b9c01140bceeadc80f7686 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 20 Aug 2021 20:57:59 +0300 Subject: New build system --- arch/riscv/source.mk | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'arch/riscv/source.mk') diff --git a/arch/riscv/source.mk b/arch/riscv/source.mk index 8bd67ee..626ecd2 100644 --- a/arch/riscv/source.mk +++ b/arch/riscv/source.mk @@ -1,9 +1,5 @@ -KERNEL_LOCAL != ./scripts/prepend arch/riscv/ main.c +KERNEL_LOCAL != echo arch/riscv/*.[cS] KERNEL_SOURCES += $(KERNEL_LOCAL) -INIT_LOCAL != ./scripts/prepend arch/riscv/init/ init.c head.S +INIT_LOCAL != echo arch/riscv/init/*.[cS] INIT_SOURCES += $(INIT_LOCAL) - -INCLUDE_DIRS += arch/riscv/include -KERNEL_LINK := arch/riscv/kernel-link.S -INIT_LINK := arch/riscv/init-link.S -- cgit v1.3