Skip to content
Snippets Groups Projects
  • Tom Rini's avatar
    a03efb6f
    CI: Make check for new defined CONFIG symbols even more robust · a03efb6f
    Tom Rini authored
    
    Now that all remaining in-tree cases where we define or undef a CONFIG
    symbol have been migrated to Kconfig or renamed to CFG we can make the
    CI check more robust. We will exclude the doc, tools and arch/arm/dts
    directories from this check as they are special cases. Further, we can
    exclude the scripts/kconfig/lkc.h and include/linux/kconfig.h files as
    the CONFIG values they define are special tooling cases and not real
    symbols.
    
    In the case of docs, the only places that currently fail this test are
    old documentation that should be rewritten so that we can remove this
    special case.
    
    Signed-off-by: default avatarTom Rini <trini@konsulko.com>
    Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    a03efb6f
    History
    CI: Make check for new defined CONFIG symbols even more robust
    Tom Rini authored
    
    Now that all remaining in-tree cases where we define or undef a CONFIG
    symbol have been migrated to Kconfig or renamed to CFG we can make the
    CI check more robust. We will exclude the doc, tools and arch/arm/dts
    directories from this check as they are special cases. Further, we can
    exclude the scripts/kconfig/lkc.h and include/linux/kconfig.h files as
    the CONFIG values they define are special tooling cases and not real
    symbols.
    
    In the case of docs, the only places that currently fail this test are
    old documentation that should be rewritten so that we can remove this
    special case.
    
    Signed-off-by: default avatarTom Rini <trini@konsulko.com>
    Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
.gitlab-ci.yml 13.41 KiB