From 091463c1057f50b47156a138d7d1dbd09494a6d5 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 11 Oct 2021 13:58:11 +0300 Subject: Moved some functions to common/ --- arch/riscv/source.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'arch/riscv/source.mk') diff --git a/arch/riscv/source.mk b/arch/riscv/source.mk index 4733efa..b1dd361 100644 --- a/arch/riscv/source.mk +++ b/arch/riscv/source.mk @@ -2,8 +2,7 @@ KERNEL_LOCAL != echo arch/riscv/kernel/*.[cS] arch/riscv/common/*.[cS] KERNEL_SOURCES += $(KERNEL_LOCAL) INIT_LOCAL != echo arch/riscv/init/*.[cS] arch/riscv/common/*.[cS] -INIT_FDT != echo lib/fdt*.c -INIT_SOURCES += $(INIT_LOCAL) $(INIT_FDT) +INIT_SOURCES += $(INIT_LOCAL) CLEANUP_CMD := ./arch/riscv/conf/rmimage.sh -- cgit v1.3