summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2022-01-07 11:30:28 -0800
committerCommit Bot <commit-bot@chromium.org>2022-01-22 00:31:16 +0000
commit3b7724a3d3b6612a7d0f17ca70a47b6ff2f5bcfe (patch)
treef9629a5e4bd8408ab32e1ba62ae07d90825e776f /Makefile
parentf6cf98cdf979fb6d291fa021ed84f1958569a335 (diff)
downloadchrome-ec-3b7724a3d3b6612a7d0f17ca70a47b6ff2f5bcfe.tar.gz
tree: Delete chip/lm4 and board/bds
While working on https://crrev.com/c/3373621, I noticed that either the comment or code was wrong in chip/lm4/clock.c. chip/lm4 is only used by the "bds" board, which doesn't appear to be used anymore, so just delete it. BRANCH=none BUG=b:200828093 TEST=make buildall -j Cq-Depend: chromium:3378222 Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: I444a9a6e2c853dc4f9f3d799182daaeb110b1277 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3373622 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fbc59c42df..e0aff80f67 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 ?= elm
# Directory where the board is configured (includes /$(BOARD) at the end)
BDIR:=$(wildcard board/$(BOARD))