Skip to content

Commit e8d9bc3

Browse files
committed
🔨 No CONFIG_EXAMPLES_DIR in config signature
1 parent a942c93 commit e8d9bc3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

buildroot/share/PlatformIO/scripts/signature.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def enabled_defines(filepath):
3131
our crude scraping method and the actual compiler output.
3232
We end up with the actual configured state,
3333
better than what the config files say. You can then use the
34-
a decent reflection of all enabled options that (probably) came from
3534
resulting config.ini to produce more exact configuration files.
3635
'''
3736
outdict = {}
@@ -188,7 +187,7 @@ def tryint(key):
188187

189188
ini_fmt = '{0:40} = {1}'
190189
ext_fmt = '{0:40} {1}'
191-
ignore = ('CONFIGURATION_H_VERSION', 'CONFIGURATION_ADV_H_VERSION', 'CONFIG_EXPORT')
190+
ignore = ('CONFIGURATION_H_VERSION', 'CONFIGURATION_ADV_H_VERSION', 'CONFIG_EXAMPLES_DIR', 'CONFIG_EXPORT')
192191

193192
if extended_dump:
194193
# Extended export will dump config options by section

0 commit comments

Comments
 (0)