summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-11-08 17:47:08 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-10 23:33:00 +0000
commit10fe0fbfd36f6a08304b9231531450f57732a630 (patch)
tree0f8b95d755b9f0bdd44af79bfcdb31cc1c54f0de /Makefile
parentc1ec30a466333ea3b3395e9b546b6bb0ca96f081 (diff)
downloadchrome-ec-10fe0fbfd36f6a08304b9231531450f57732a630.tar.gz
remove bds
Remove bds and set cr50 as the default board BUG=b:200823466 TEST=make buildall -j ; make runtests Change-Id: I4fad3b3f903ab7aed0d4baec36aee4b426cb1cb3 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3273183 Reviewed-by: Vadim Sukhomlinov <sukhomlinov@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c5c43722b1..c3e1a142ab 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@
# This is used to exclude build targets that depend on sanitizers such as
# fuzzers on architectures that don't support sanitizers yet (e.g. arm).
ARCH?=amd64
-BOARD ?= bds
+BOARD ?= cr50
# Directory where the board is configured (includes /$(BOARD) at the end)
BDIR:=$(wildcard board/$(BOARD))