commit | 6bf74a2e0b3a70242566b2cd3c75c9d51983f7ae | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 08 08:23:44 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 19 10:04:47 2024 -0600 |
tree | fde69a7a413590fd5c80c9bebef69d64f0f3e6ed | |
parent | 6d66ded18ea2167834e3108a6ba5271ace532966 [diff] |
buildman: Support #include files in defconfigs This is used by some boards in U-Boot and is a convenient way to deal with common settings where using a Kconfig files is not desirable. Detect #include files and process them as if they were part of the original file. Signed-off-by: Simon Glass <sjg@chromium.org> Fixes: https://source.denx.de/u-boot/custodians/u-boot-dm/-/issues/30