From b3f5db5be78e15290dc7d80eaeecbb0f1b754a2c Mon Sep 17 00:00:00 2001 From: Jack Rosenthal Date: Fri, 6 Aug 2021 10:33:46 -0600 Subject: 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 Change-Id: I58ff77eb4ff8a8fae4f856c116cb592aede634ee Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3078400 Reviewed-by: Abhishek Pandit-Subedi --- Makefile.rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.rules') 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)/$* -- cgit v1.2.1