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.mk8
1 files changed, 2 insertions, 6 deletions
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