summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.rules4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.rules b/Makefile.rules
index c2282cba90..df8c047afd 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -18,10 +18,6 @@ host-srcs := $(foreach u,$(host-util-bin),$(sort $($(u)-objs:%.o=util/%.c) $(wil
# Don't do a build test on the following boards:
skip_boards = OWNERS host kevin gru
-
-# crbug.com/1011621: jerry is out of RO space, temporarily disable
-skip_boards += jerry
-
boards := $(filter-out $(skip_boards),$(notdir $(wildcard board/* private*/board/*)))
# Create output directories if necessary