lib: flatten all loose components into one lib

lib/ was starting to get messy and inconsitent. Files being either
dumped in the root or in sub-directories without a clear plan.
Move all library components into one single folder and call it 'os'.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-01-19 06:57:38 -05:00
commit db92e5c66e
23 changed files with 54 additions and 39 deletions

View file

@ -1 +0,0 @@
zephyr_sources(crc32_sw.c crc16_sw.c crc8_sw.c crc7_sw.c)