commit | 3c2e43a19f9054fa586fd1787d2f280dd9f4d2fa | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Tue May 28 14:34:21 2019 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed May 29 07:27:32 2019 -0400 |
tree | ac0ea89af3303dc87c09966db79d2d1fb823f914 | |
parent | 658f6bc71fbe80e11c2d5945b5e744f47bfe17bf [diff] |
cmake: build modules under /modules As we start adding more modules, all of them end up in ${CMAKE_BINARY_DIR}/ and this is getting too busy. We have a module directory created for each module and the interesting build data is getting lost in the crowd. Move all module into ${CMAKE_BINARY_DIR}/modules to and keep them under one directory. Future enhancement: maintain the same structure of the modules as checked out by west. Signed-off-by: Anas Nashif <anas.nashif@intel.com>