diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-08-28 10:10:35 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-08-31 06:40:55 +0000 |
commit | 796c567b1c7fa40c1bc4639bab452f8e07aaae50 (patch) | |
tree | f921a667756b602567d3cb9c279981422d43e403 /util | |
parent | b91e5180626bcbb90fe69f23c08511aeff58c5d7 (diff) |
lint/lint-extended-007-checkpatch: Remove obsolete path
Change-Id: I8a91d2a8bc6a1fa709aeadd3b7482d1785068276
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44899
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'util')
-rwxr-xr-x | util/lint/lint-extended-007-checkpatch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/lint/lint-extended-007-checkpatch b/util/lint/lint-extended-007-checkpatch index 20ef6c48e1..e2b39de3e6 100755 --- a/util/lint/lint-extended-007-checkpatch +++ b/util/lint/lint-extended-007-checkpatch @@ -7,7 +7,7 @@ PIDS="" DIRS="src/acpi \ src/cpu/armltd src/cpu/qemu-power8 src/cpu/qemu-x86 \ -src/drivers/dec src/drivers/gic src/drivers/ti \ +src/drivers/gic src/drivers/ti \ src/ec/purism \ src/include/boot src/include/superio src/include/sys \ src/mainboard/adlink src/mainboard/purism src/mainboard/ti \ |