summaryrefslogtreecommitdiff
path: root/board/boten/build.mk
diff options
context:
space:
mode:
authorPeichao Wang <peichao.wang@bitland.corp-partner.google.com>2020-06-03 09:22:15 +0800
committerCommit Bot <commit-bot@chromium.org>2020-06-04 16:36:19 +0000
commite802de1376c9733b49bcf18e5194392a55cdccbf (patch)
tree75b868269bf3e4f387b9d5c2161c3cfa0ae65d4b /board/boten/build.mk
parent11b912091e133568483e92b5aa7fadbf882e5e92 (diff)
downloadchrome-ec-e802de1376c9733b49bcf18e5194392a55cdccbf.tar.gz
Boten initial EC image
The starting point for the Boten EC image copied from waddledee BUG=b:158023819 BRANCH=none TEST=make BOARD=boten Change-Id: Ie06c2b54b3b8c873c0b302561f5f86a9d8e8939a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2227769 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Diana Z <dzigterman@chromium.org> Reviewed-by: Peichao Li <peichao.wang@bitland.corp-partner.google.com> Tested-by: Peichao Li <peichao.wang@bitland.corp-partner.google.com> Auto-Submit: Peichao Li <peichao.wang@bitland.corp-partner.google.com> Commit-Queue: Marco Chen <marcochen@chromium.org>
Diffstat (limited to 'board/boten/build.mk')
-rw-r--r--board/boten/build.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/boten/build.mk b/board/boten/build.mk
new file mode 100644
index 0000000000..00e4e0bb5d
--- /dev/null
+++ b/board/boten/build.mk
@@ -0,0 +1,15 @@
+# -*- makefile -*-
+# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+#
+# Board specific files build
+#
+
+CHIP:=it83xx
+CHIP_FAMILY:=it8320
+CHIP_VARIANT:=it8320dx
+BASEBOARD:=dedede
+
+board-y=board.o led.o usb_pd_policy.o
+board-$(CONFIG_BATTERY_SMART)+=battery.o