summaryrefslogtreecommitdiff
path: root/board/lantis/build.mk
diff options
context:
space:
mode:
authorTony Huang <tony-huang@quanta.corp-partner.google.com>2020-11-12 10:51:38 +0800
committerCommit Bot <commit-bot@chromium.org>2020-11-16 16:57:31 +0000
commit29f2dd41adfcbb6327b68c0efa4329ea16084919 (patch)
tree33e5a6765191065c3df5e19b4e527753ed40e7aa /board/lantis/build.mk
parent58320a72e4fa714c684c33337c31b4405417d717 (diff)
downloadchrome-ec-29f2dd41adfcbb6327b68c0efa4329ea16084919.tar.gz
lantis: Initial EC image
Create the initial EC image for the lantis variant by copying the drawcia reference board EC files into a new directory named for the variant. (Auto-Generated by create_initial_ec_image.sh version 1.2.0). BUG=b:171546871 BRANCH=none TEST=make BOARD=lantis Signed-off-by: Tony Huang <tony-huang@quanta.corp-partner.google.com> Change-Id: I01eeb9dda6110f72aba4b253ac2ecca57f12bdd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2534437 Tested-by: Devin Lu <Devin.Lu@quantatw.com> Reviewed-by: Henry Sun <henrysun@google.com> Commit-Queue: Henry Sun <henrysun@google.com>
Diffstat (limited to 'board/lantis/build.mk')
-rw-r--r--board/lantis/build.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/lantis/build.mk b/board/lantis/build.mk
new file mode 100644
index 0000000000..00e4e0bb5d
--- /dev/null
+++ b/board/lantis/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