]> git.baikalelectronics.ru Git - uboot.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)
commit88276f8118d403892c18b5ae8744dd9f8919b7e0
tree8054740ca697d6e38cf84dc3af9c6761a25eed41
parent972ea24c72b2643a4dbd74b19acb946f17d5ec4b
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