summaryrefslogtreecommitdiff
path: root/PRESUBMIT.cfg
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2020-01-03 14:29:41 -0800
committerCommit Bot <commit-bot@chromium.org>2020-01-07 00:17:10 +0000
commitcee40844bcbd751ca854cae30cb6756c446880cd (patch)
tree68b6449b4ee410f4ba28fe0da6b5d168addc78f1 /PRESUBMIT.cfg
parent943645d993c88754b2db1e86734210256c505e07 (diff)
downloadchrome-ec-cee40844bcbd751ca854cae30cb6756c446880cd.tar.gz
utils/extras: do not build unnecessary tools
The vast majority of tools built from the ./util directory and many built from ./extra/usb_updater directory are not used by Cr50, let's not build them. Also eliminating some irrelevant pre-upload checks. BRANCH=cr50, cr50-mp BUG=b:145912698 TEST=verified that all the following commands succeed: make buildall -j make BOARD=cr50 CR50_DEV=1 -j make BOARD=cr50 CR50_SQA=1 -j make -C extra/usb_updater Change-Id: I0040ceab95ad280bda86ef599b3e902addcbdcde Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1986943 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'PRESUBMIT.cfg')
-rw-r--r--PRESUBMIT.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/PRESUBMIT.cfg b/PRESUBMIT.cfg
index eb8325b4dd..219253c9e9 100644
--- a/PRESUBMIT.cfg
+++ b/PRESUBMIT.cfg
@@ -1,7 +1,6 @@
[Hook Overrides]
branch_check: true
checkpatch_check: true
-kerneldoc_check: true
signoff_check: true
# We are using Linux style indentation with tabs
@@ -10,10 +9,7 @@ tab_check: false
[Hook Overrides Options]
checkpatch_check: --no-tree --ignore=MSLEEP,VOLATILE,SPDX_LICENSE_TAG
-kerneldoc_check: --include_regex=\bec_commands\.h$
[Hook Scripts]
presubmit_check = util/presubmit_check.sh
config_option_check = util/config_option_check.py
-host_command_check = util/host_command_check.sh
-ec_commands_h = util/linux_ec_commands_h_check.sh