summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-08-06 10:33:46 -0600
committerCommit Bot <commit-bot@chromium.org>2021-08-06 17:44:24 +0000
commitb3f5db5be78e15290dc7d80eaeecbb0f1b754a2c (patch)
tree1c303777abf44f2d72097f72345be23e0b924f40 /Makefile.rules
parentd1e00461da059508890fd44869c98f6835fc96e2 (diff)
downloadchrome-ec-b3f5db5be78e15290dc7d80eaeecbb0f1b754a2c.tar.gz
make: disable kconfig option check
This check is currently suspected to be causing widespread commit queue failures. Disable for now. BUG=b:195718112 BRANCH=none TEST=make buildall -j32 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I58ff77eb4ff8a8fae4f856c116cb592aede634ee Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3078400 Reviewed-by: Abhishek Pandit-Subedi <abhishekpandit@chromium.org>
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 8cd04edf38..a02a89f3be 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -243,7 +243,10 @@ ifeq ($(TEST_BUILD),)
@echo "directory! Otherwise, you won't be able to enter any commands."
endif # not a TEST_BUILD
endif # CONFIG_EXPERIMENTAL_CONSOLE=y
- $(call quiet,check_allowed)
+# TODO(b/195718112): Disable config option check as it's
+# suspected to be breaking the CQ. We should consider enabling
+# as a pre-submit only when re-enabling.
+# $(call quiet,check_allowed)
proj-%: | $(FAILED_BOARDS_DIR)
@touch $(FAILED_BOARDS_DIR)/$*