summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-01-25 10:19:12 -0700
committerCommit Bot <commit-bot@chromium.org>2022-01-26 23:08:27 +0000
commit22c2325dea810d00fd35ca74bf027adf946bb4a8 (patch)
treee6d6afc6f75c2183f5e0f89cef11ad4a7042139c /Makefile.rules
parent4cd486c35ad93303995f07b4f268b1606e482c9e (diff)
downloadchrome-ec-22c2325dea810d00fd35ca74bf027adf946bb4a8.tar.gz
Revert "Reland "make: disable kconfig option check""
The root cause of this has been fixed. This reverts commit dfd949d5bb781f23c1160ec9ca412d6be4cea1bd. BUG=b:216217781 BRANCH=none TEST=cq since I'm not sure how to test it otherwise, since cros_workon must be disabled Change-Id: I38de1617687db73ead4eb91c2c67459600a523a2 Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3415373 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 8f2d2994e5..9808fa712d 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -246,10 +246,7 @@ 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
-# 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)
+ $(call quiet,check_allowed)
proj-%: | $(FAILED_BOARDS_DIR)
@touch $(FAILED_BOARDS_DIR)/$*