commit | 440cc18d1b36fc9f4ecc22a3b5475b5b38df0f9c | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Thu Feb 22 09:25:03 2018 -0600 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Feb 22 10:14:02 2018 -0600 |
tree | 41fa1cda4113a66bc1eeacc50280d78bfd72d409 | |
parent | 4f9864b15b263dcf7d6e204ac79f3d96a8a30e64 [diff] |
cmake: Move SOC_* var defines to cmake/app/boilerplate.cmake We need access to SOC_PATH in dts.cmake so we need to move the definitions of SOC_NAME, SOC_SERIES, SOC_FAMILY, and SOC_PATH out of the toplevel CMakeLists.txt and into cmake/app/boilerplate.cmake. We place them before we include cmake/dts.cmake so they will be available to use in it. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>