From f05aaa0561e071a54785ae7dfae3d8a34c9df06a Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 21 Aug 2021 23:23:30 +0300 Subject: Updated build system with run command --- arch/riscv/source.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/riscv/source.mk') diff --git a/arch/riscv/source.mk b/arch/riscv/source.mk index 626ecd2..fb645f7 100644 --- a/arch/riscv/source.mk +++ b/arch/riscv/source.mk @@ -3,3 +3,7 @@ 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 -- cgit v1.3