summaryrefslogtreecommitdiff
path: root/board/collis/build.mk
diff options
context:
space:
mode:
authorMichael5 Chen1 <michael5_chen1@pegatron.corp-partner.google.com>2021-03-10 11:00:44 +0800
committerCommit Bot <commit-bot@chromium.org>2021-03-11 19:29:51 +0000
commitd95cfb5ce9193ad9893216e8c95710bd1c58b377 (patch)
tree3ffb47768b5c692b648def19b962765a346c6c18 /board/collis/build.mk
parent5afccf8b3eb17c063467024c1452dc18d4088e7a (diff)
downloadchrome-ec-d95cfb5ce9193ad9893216e8c95710bd1c58b377.tar.gz
collis: Initial EC image
Create the initial EC image for the collis variant by copying the copano reference board EC files into a new directory named for the variant. (Auto-Generated by create_initial_ec_image.sh version 1.5.0). BUG=b:182227204 BRANCH=None TEST=make BOARD=collis Signed-off-by: Michael5 Chen1 <michael5_chen1@pegatron.corp-partner.google.com> Change-Id: Idd409872bf244651d138dd2a102e084cc6349498 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2747557 Reviewed-by: Jacky Wang <jacky5_wang@pegatron.corp-partner.google.com> Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'board/collis/build.mk')
-rw-r--r--board/collis/build.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/board/collis/build.mk b/board/collis/build.mk
new file mode 100644
index 0000000000..546bcba8d2
--- /dev/null
+++ b/board/collis/build.mk
@@ -0,0 +1,17 @@
+# -*- makefile -*-
+# Copyright 2021 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:=npcx
+CHIP_FAMILY:=npcx7
+CHIP_VARIANT:=npcx7m7fc
+BASEBOARD:=volteer
+
+board-y=board.o
+board-y+=battery.o
+board-y+=led.o
+board-y+=sensors.o