From 3b7724a3d3b6612a7d0f17ca70a47b6ff2f5bcfe Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 7 Jan 2022 11:30:28 -0800 Subject: 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 Change-Id: I444a9a6e2c853dc4f9f3d799182daaeb110b1277 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3373622 Reviewed-by: Jack Rosenthal --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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)) -- cgit v1.2.1