diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-10-11 13:58:11 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-10-11 13:58:11 +0300 |
| commit | 091463c1057f50b47156a138d7d1dbd09494a6d5 (patch) | |
| tree | 954bc11974362f5a856a20e6d7d8b0b451d35fa5 /arch/riscv/source.mk | |
| parent | d2ff961a2a08229e1f2245e8dba9b2275016133c (diff) | |
| download | kmi-091463c1057f50b47156a138d7d1dbd09494a6d5.tar.gz kmi-091463c1057f50b47156a138d7d1dbd09494a6d5.zip | |
Moved some functions to common/
Diffstat (limited to 'arch/riscv/source.mk')
| -rw-r--r-- | arch/riscv/source.mk | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
