commit | d94231f66ef396b854daf450c36b3e1f1130e262 | [log] [tgz] |
---|---|---|
author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Thu Jun 07 10:31:14 2018 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Jun 11 17:11:00 2018 -0400 |
tree | 5b56e7960b8cb2877928db7889b63a271feab18d | |
parent | 5890004ea72066fb4b1e8100bb289fb5a00646a5 [diff] |
cmake: libc: minimal: Move sources from 'app' to a new CMake library The minimal libc source files have been added to 'app'. The Zephyr build system should not be adding source files to the 'app' library unless necessary. This patch creates a new Zephyr CMake Library in lib/libc/minimal and adds the sources to it. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>