1 2 3 4 5 6 7 8 9
KERNEL_LOCAL != echo arch/riscv/*.[cS] KERNEL_SOURCES += $(KERNEL_LOCAL) INIT_LOCAL != echo arch/riscv/init/*.[cS] INIT_SOURCES += $(INIT_LOCAL) CLEANUP_CMD := ./arch/riscv/conf/rmimage.sh run: ./arch/riscv/conf/mkimage.sh