Skip to content

Commit

Permalink
🔨 No CONFIG_EXAMPLES_DIR in config signature
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jul 23, 2024
1 parent 95c23e5 commit 7a5d849
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildroot/share/PlatformIO/scripts/signature.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def enabled_defines(filepath):
our crude scraping method and the actual compiler output.
We end up with the actual configured state,
better than what the config files say. You can then use the
a decent reflection of all enabled options that (probably) came from
resulting config.ini to produce more exact configuration files.
'''
outdict = {}
Expand Down Expand Up @@ -188,7 +187,7 @@ def tryint(key):

ini_fmt = '{0:40} = {1}'
ext_fmt = '{0:40} {1}'
ignore = ('CONFIGURATION_H_VERSION', 'CONFIGURATION_ADV_H_VERSION', 'CONFIG_EXPORT')
ignore = ('CONFIGURATION_H_VERSION', 'CONFIGURATION_ADV_H_VERSION', 'CONFIG_EXAMPLES_DIR', 'CONFIG_EXPORT')

if extended_dump:
# Extended export will dump config options by section
Expand Down

0 comments on commit 7a5d849

Please sign in to comment.