diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-12-20 13:29:01 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-12-20 13:29:01 +0200 |
| commit | 6b2465318b2dc922de282deea96c1621f7f41039 (patch) | |
| tree | ee12863bb4aab536810bbe13638bf21317b37658 /arch/riscv/source.mk | |
| parent | a37974009152b4bf6a2d7ed205a48230f939dd72 (diff) | |
| download | kmi-6b2465318b2dc922de282deea96c1621f7f41039.tar.gz kmi-6b2465318b2dc922de282deea96c1621f7f41039.zip | |
Revert "still some issues with vmem"
This reverts commit 69d13626a37e33f31627a1144605a8fb93684d25.
Diffstat (limited to 'arch/riscv/source.mk')
| -rw-r--r-- | arch/riscv/source.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/riscv/source.mk b/arch/riscv/source.mk index ef61611..0e9a5c3 100644 --- a/arch/riscv/source.mk +++ b/arch/riscv/source.mk @@ -1,8 +1,6 @@ -COMMON_LOCAL != echo arch/riscv/common/*.[cS] KERNEL_LOCAL != echo arch/riscv/kernel/*.[cS] -KERNEL_SOURCES += $(KERNEL_LOCAL) $(COMMON_LOCAL) -INIT_LOCAL != echo arch/riscv/init/*.[cS] -INIT_SOURCES += $(INIT_LOCAL) $(COMMON_LOCAL) +KERNEL_SOURCES += $(KERNEL_LOCAL) +INIT_SOURCES += arch/riscv/init/init.c CLEANUP_CMD := ./arch/riscv/conf/rmimage.sh |
