f9micro / f9-kernel

An efficient and secure microkernel built for ARM Cortex-M cores, inspired by L4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move loader.mk to directory mk/rules/

jserv opened this issue · comments

To make build system more consistent, we should move file mk/loader.mk to directory mk/rules/ as file mk/rules/symmap.mk does. Therefore, we can avoid the misleading mk/target.mk at all.

ELF loader is an experimental feature for F9, and its build process should be regarded as the special condition instead of the generic build rules inside the first level of directory mk.