commit | cd4354317e40b503c9cc6a3f61d17199d357da3f | [log] [tgz] |
---|---|---|
author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Mon Feb 11 15:57:34 2019 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Feb 12 20:16:47 2019 -0500 |
tree | 74322e38f9944371c698828358bf25d8369b4ee9 | |
parent | 2987ba5a3853149beefcb086708386bfa99dc18e [diff] |
kconfig: Have Kconfig fail when PROJECT_BINARY_DIR is not set kconfigfunctions.py will silently set all values to '0' when the environment variable 'PROJECT_BINARY_DIR' is not set. But PROJECT_BINARY_DIR not being set indicates an internal error, so we should instead error out with an appropriate error message. Silently failing is dangerous and increases debug time. It is better to fail fast. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>