mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Fixes: #38463 With6be1b2af9bthen Zephyr shields and soc Kconfig are always sourced from Kconfig directly. However, check_compliance.py generates Kconfig files for sourcing the same files thus sourcing the same files twice. The end result is a lot of Kconfig warnings as described in #38463. Removing the generated Kconfig files as this is no longer needed after6be1b2af9bhas been introduced. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>