From 3749c9f1c46c83bf51e9e38ad8d62c025fdc68e5 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Fri, 4 Aug 2023 14:01:56 -0600 Subject: util/lint: Add SPDX checker for makefiles Now that all of the makefiles under the src tree have SPDX headers, add that expectation to the license header lint tool by removing the exception for Makefile.inc. Signed-off-by: Martin Roth Change-Id: Iab9d3262621af09a1c625378ae2e61e8a736cdf8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/76952 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- util/lint/lint-000-license-headers | 1 - 1 file changed, 1 deletion(-) (limited to 'util/lint') diff --git a/util/lint/lint-000-license-headers b/util/lint/lint-000-license-headers index 0f187688d2..07cdb23d95 100755 --- a/util/lint/lint-000-license-headers +++ b/util/lint/lint-000-license-headers @@ -61,7 +61,6 @@ Dockerfile|\ _shipped$|\ /microcode-[^/]*.h$|\ /sdram-.*\.inc$|\ -Makefile\.inc|\ \.fmd|\ \.cb|\ \.cfg$|\ -- cgit v1.2.3