Add cmake config and options (#14)
author박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Mon, 26 Feb 2018 10:46:54 +0000 (19:46 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 26 Feb 2018 10:46:54 +0000 (19:46 +0900)
commit96148e79ef11e3735b18055db7ca047705b13421
tree78afb357508047e1fd27b9c2ef040ea8e0456d58
parent87cdbce3bace84d6117042e55da0f531068a77f1
Add cmake config and options (#14)

* Add cmake config and options

This will add cmake config and options for multi-arch and cross building for arm
This will not affect current makefile build configuration

* platform to os

* fix for rootfs checking

* separate os and arch

* simplify folder
CMakeLists.txt
arch/arm/config_armv7l-linux.cmake [new file with mode: 0644]
arch/arm/option_armv7l-linux.cmake [new file with mode: 0644]
arch/x86_64/config_x86_64-linux.cmake [new file with mode: 0644]
arch/x86_64/option_x86_64-linux.cmake [new file with mode: 0644]
os/linux/option.cmake [new file with mode: 0644]