mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: util/lint: Exclude devicetree files with custom name from license check
As devicetree files can have different name followed by extension cb Exclude all .cb file from the license header check. BUG=None BRANCH=None TEST=None Change-Id: I37b651eedd77cbf3d3e65ff0f027f971b0a2d2ac Signed-off-by: Naresh G Solanki <naresh.solanki@intel.com> Reviewed-on: https://review.coreboot.org/17186 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-on: https://chromium-review.googlesource.com/415628 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
90afb4122a
commit
5f8c322745
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ _shipped$|\
|
|||
/sdram-.*\.inc$|\
|
||||
Makefile\.inc|\
|
||||
\.fmd|\
|
||||
devicetree.cb|\
|
||||
\.cb|\
|
||||
\.cfg$|\
|
||||
\.spd|\
|
||||
config|\
|
||||
|
|
Loading…
Add table
Reference in a new issue