summaryrefslogtreecommitdiff
path: root/PRESUBMIT.cfg
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2020-09-17 14:20:39 -0700
committerCommit Bot <commit-bot@chromium.org>2020-09-24 02:13:25 +0000
commit53eda6a39a91912be8b30b191f8409d8690cb48d (patch)
tree1510aff9f44f0e9f0f35e981cef979dc99060b20 /PRESUBMIT.cfg
parenta3cd6163db83eaa1d314e376fcefe1c7ed43e48b (diff)
downloadchrome-ec-53eda6a39a91912be8b30b191f8409d8690cb48d.tar.gz
third_party/linux: Add overflow.h from Linux kernel
Copied from repo: https://github.com/torvalds/linux.git commit: 5925fa68fe8244651b3f78a88c4af99190a88f0d path: include/linux/overflow.h. BRANCH=none BUG=b:144957935 TEST=make buildall -j Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: Iab74359f9d2c283c4a1e67d8e633e88bb1861337 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2417007 Reviewed-by: Edward Hill <ecgh@chromium.org>
Diffstat (limited to 'PRESUBMIT.cfg')
-rw-r--r--PRESUBMIT.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/PRESUBMIT.cfg b/PRESUBMIT.cfg
index eb8325b4dd..5d83f2b980 100644
--- a/PRESUBMIT.cfg
+++ b/PRESUBMIT.cfg
@@ -12,6 +12,9 @@ tab_check: false
checkpatch_check: --no-tree --ignore=MSLEEP,VOLATILE,SPDX_LICENSE_TAG
kerneldoc_check: --include_regex=\bec_commands\.h$
+cros_license_check :
+ --exclude_regex=^third_party/linux/
+
[Hook Scripts]
presubmit_check = util/presubmit_check.sh
config_option_check = util/config_option_check.py