commit | d92769b849a96c71fb425ea9c945ff8aa2c3aca2 | [log] [tgz] |
---|---|---|
author | Carles Cufi <carles.cufi@nordicsemi.no> | Wed Jan 03 16:38:50 2018 +0100 |
committer | Anas Nashif <nashif@linux.intel.com> | Fri Jan 12 07:29:05 2018 -0500 |
tree | 135ef190ab369920db5f72424c902eb445e94f22 | |
parent | f4639f186ae403e100b0d9cc38bb91cf28dc5ba6 [diff] |
scripts: kconfig: Replace Kconfig exectuables with Python We have been using a fork of the Linux kernel's Kconfig system to configure the Zephyr tree. The issue is that this is a native tool written in C that is not easy to compile for Windows. This patch replaces the use of the conf executable with kconfig.py, a script that uses Kconfiglib to generate the .config and autoconf.h files required to compile Zephyr. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>