summaryrefslogtreecommitdiff
path: root/board/wheelie/build.mk
diff options
context:
space:
mode:
authorTommie Lin <tong.lin@bitland.corp-partner.google.com>2020-04-26 11:51:36 +0800
committerCommit Bot <commit-bot@chromium.org>2020-04-30 10:20:43 +0000
commit6b4a8e16857dd011dfda07824656f9bc38e82a38 (patch)
treeca6fcc1745fa500e24c644f8b5cfe52c6e159339 /board/wheelie/build.mk
parentdc7284ebb87cfb02ab243435eae92938a776397c (diff)
downloadchrome-ec-6b4a8e16857dd011dfda07824656f9bc38e82a38.tar.gz
Wheelie: Initial EC image
The starting point for the Wheelie EC image copied from Waddledee. BUG=b:154664137 BRANCH=none TEST=make BOARD=wheelie Change-Id: I2f7a28ad51269f9b5b26c8bde526d28d73d7fc9d Signed-off-by: tong.lin <tong.lin@bitland.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2167113 Reviewed-by: Peichao Li <peichao.wang@bitland.corp-partner.google.com> Reviewed-by: Marco Chen <marcochen@chromium.org> Reviewed-by: Diana Z <dzigterman@chromium.org>
Diffstat (limited to 'board/wheelie/build.mk')
-rw-r--r--board/wheelie/build.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/wheelie/build.mk b/board/wheelie/build.mk
new file mode 100644
index 0000000000..00e4e0bb5d
--- /dev/null
+++ b/board/wheelie/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