[PATCH v2 04/33] dtoc: Ignore unwanted files when scanning for drivers
Simon Glass
sjg at chromium.org
Sun Feb 7 01:17:27 CET 2021
We should ignore anything in the .git directory or any of the
build-sandbox, etc. directories created by 'make check'. These can confuse
dtoc. Update the code to ignore these.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
tools/dtoc/src_scan.py | 5 +++++
tools/dtoc/test_src_scan.py | 5 ++++-
2 files changed, 9 insertions(+), 1 deletion(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list