From 358b2b379bc5d25c8a150485ce252e27c338f3af Mon Sep 17 00:00:00 2001 From: Naresh G Solanki Date: Thu, 27 Oct 2016 23:13:37 +0530 Subject: 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. Change-Id: I37b651eedd77cbf3d3e65ff0f027f971b0a2d2ac Signed-off-by: Naresh G Solanki Reviewed-on: https://review.coreboot.org/17186 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- util/lint/lint-000-license-headers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/lint/lint-000-license-headers b/util/lint/lint-000-license-headers index 16bec9485c..0d2a3af5e8 100755 --- a/util/lint/lint-000-license-headers +++ b/util/lint/lint-000-license-headers @@ -42,7 +42,7 @@ _shipped$|\ /sdram-.*\.inc$|\ Makefile\.inc|\ \.fmd|\ -devicetree.cb|\ +\.cb|\ \.cfg$|\ \.spd|\ config|\ -- cgit v1.2.3