From 063fc26720afce30fd72e6b2a112416d5264321a Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 7 Nov 2017 03:31:10 -0500 Subject: [PATCH] Enable it83xx based boards They build with coreboot-sdk. BRANCH=none BUG=b:35572628 TEST=building with coreboot-sdk's compiler succeeds CQ-DEPEND=CL:757439 Change-Id: I9d81eeff4c75f22d6b9f20acc5be2a64effd04a1 Signed-off-by: Patrick Georgi Reviewed-on: https://chromium-review.googlesource.com/756698 Commit-Ready: Patrick Georgi Tested-by: Patrick Georgi Reviewed-by: Stefan Reinauer --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rules b/Makefile.rules index 0544d29d07..84fe06cfe6 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -17,7 +17,7 @@ build-srcs := $(foreach u,$(build-util-bin),$(sort $($(u)-objs:%.o=util/%.c) uti host-srcs := $(foreach u,$(host-util-bin),$(sort $($(u)-objs:%.o=util/%.c) util/$(u).c)) # Don't do a build test on the following boards: -skip_boards = OWNERS host it83xx_evb reef_it8320 +skip_boards = OWNERS host boards := $(filter-out $(skip_boards),$(notdir $(wildcard board/* private*/board/*))) # Create output directories if necessary