f9micro / f9-kernel

An efficient and secure microkernel built for ARM Cortex-M cores, inspired by L4
Other
680 stars 145 forks source link

Move loader.mk to directory mk/rules/ #65

Closed jserv closed 10 years ago

jserv commented 10 years ago

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.