aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/source.mk
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2021-08-20 20:57:59 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2021-08-20 21:04:24 +0300
commit31c3c8dcb5ea281201b9c01140bceeadc80f7686 (patch)
tree5424805f919938e58e0a2c88c0e3d8f583fbcfd7 /arch/riscv/source.mk
parent1175179058fa809c57d724cd2043c67edc511695 (diff)
downloadkmi-31c3c8dcb5ea281201b9c01140bceeadc80f7686.tar.gz
kmi-31c3c8dcb5ea281201b9c01140bceeadc80f7686.zip
New build system
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