]> git.dujemihanovic.xyz Git - u-boot.git/commit
dtoc: Ignore unwanted files when scanning for drivers
authorSimon Glass <sjg@chromium.org>
Wed, 3 Feb 2021 13:00:52 +0000 (06:00 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 22 Mar 2021 06:23:27 +0000 (19:23 +1300)
commit36b2220cbd62c7829b8e845777318f323a963e47
tree8054740ca697d6e38cf84dc3af9c6761a25eed41
parenta32eb7dca7c3ea8d23e1bc0ce927ad2a00d8bf45
dtoc: Ignore unwanted files when scanning for drivers

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@chromium.org>
tools/dtoc/src_scan.py
tools/dtoc/test_src_scan.py