aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/source.mk
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/source.mk')
-rw-r--r--arch/riscv/source.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/riscv/source.mk b/arch/riscv/source.mk
index 2d79625..4733efa 100644
--- a/arch/riscv/source.mk
+++ b/arch/riscv/source.mk
@@ -1,7 +1,7 @@
-KERNEL_LOCAL != echo arch/riscv/kernel/*.[cS]
+KERNEL_LOCAL != echo arch/riscv/kernel/*.[cS] arch/riscv/common/*.[cS]
KERNEL_SOURCES += $(KERNEL_LOCAL)
-INIT_LOCAL != echo arch/riscv/init/*.[cS]
+INIT_LOCAL != echo arch/riscv/init/*.[cS] arch/riscv/common/*.[cS]
INIT_FDT != echo lib/fdt*.c
INIT_SOURCES += $(INIT_LOCAL) $(INIT_FDT)