scripts: size_compare: fix support for CONFIG_BINARY_FOLDER
authorAndre Heider <a.heider@gmail.com>
Mon, 30 Jan 2023 17:37:39 +0000 (18:37 +0100)
committerPaul Spooren <mail@aparcar.org>
Fri, 3 Feb 2023 20:22:49 +0000 (21:22 +0100)
commit21242451c265f3b2fb47e710a5fabc74dc59efce
tree52a394cc152eae95331c45346176209c4cc29fd1
parentf56d5932d24f9d2d339088011ffaa5c3e8340e0f
scripts: size_compare: fix support for CONFIG_BINARY_FOLDER

There is no CONFIG_BINARY_DIR, it's CONFIG_BINARY_FOLDER.

While at it, don't parse the shell compatible .config, eval it.

Signed-off-by: Andre Heider <a.heider@gmail.com>
scripts/size_compare.sh