zephyr/scripts/kconfig
Wenbo Yang 17216128ab hardening: remove the empty line before EOF
The extra empty line broke the "ninja hardenconfig" on my machine with
Python 3.7.5, it complains:

"
... ...
File "/home/zephyrproject/zephyr/scripts/kconfig/hardenconfig.py",
line 46, in compare_with_hardened_conf

name = row[0]
IndexError: list index out of range
FAILED: CMakeFiles/hardenconfig
"

The csv.reader reads this empty line and gets an empty list which will
not be successfully "de-referenced".  Removing it to improve the
out-of-box experience when pepople try out the hardening options.

Signed-off-by: Wenbo Yang <wenbo.yangcn@gmail.com>
2020-08-21 15:09:07 -04:00
..
diffconfig
guiconfig.py kconfig/devicetree: Print path to headers when configuring 2020-01-31 19:45:43 +01:00
hardenconfig.py hardening: Deal with empty lines in csv file 2020-08-12 16:43:18 -04:00
hardened.csv hardening: remove the empty line before EOF 2020-08-21 15:09:07 -04:00
kconfig.py cmake: using ${ZEPHYR_BASE} instead of $ENV{ZEPHYR_BASE} 2020-03-27 16:23:46 +01:00
kconfigfunctions.py scripts: kconfigfunctions: add a comment 2020-07-23 11:00:39 +02:00
kconfiglib.py kconfig/devicetree: Print path to headers when configuring 2020-01-31 19:45:43 +01:00
lint.py scripts: kconfig: lint.py: Add check for missing CONFIG_ prefix 2020-01-31 19:29:49 +01:00
menuconfig.py kconfig/devicetree: Print path to headers when configuring 2020-01-31 19:45:43 +01:00