blob: b1dd361e671bc0089b4878b22111daa895f9d7a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
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_SOURCES += $(INIT_LOCAL)
CLEANUP_CMD := ./arch/riscv/conf/rmimage.sh
ARCH_FLAGS := -mcmodel=medany
run:
./arch/riscv/conf/mkimage.sh
|