summaryrefslogtreecommitdiff
path: root/board/blipper/build.mk
diff options
context:
space:
mode:
authorchenzanxi <chenzanxi@huaqin.corp-partner.google.com>2021-02-24 19:17:14 +0800
committerCommit Bot <commit-bot@chromium.org>2021-02-26 21:56:05 +0000
commit04a169ff52ba84c97a34709d3c26dc9657c6669c (patch)
tree19a7a10b1a03f4e9dfbbab39c210bb22c4af574e /board/blipper/build.mk
parent6719c67cd4d81be791e231ba8e495a67fc482edc (diff)
downloadchrome-ec-04a169ff52ba84c97a34709d3c26dc9657c6669c.tar.gz
blipper: Initial EC image
Create the initial EC image for the blipper variant by copying the waddledee 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:179648964 BRANCH=None TEST=make BOARD=blipper Signed-off-by: chenzanxi <chenzanxi@huaqin.corp-partner.google.com> Change-Id: Id5ad16b3bbb2c09c69f8cd7230c22bfed919dc6e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2717848 Reviewed-by: Henry Sun <henrysun@google.com> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Reviewed-by: Diana Z <dzigterman@chromium.org> Commit-Queue: Henry Sun <henrysun@google.com> Tested-by: Henry Sun <henrysun@google.com>
Diffstat (limited to 'board/blipper/build.mk')
-rw-r--r--board/blipper/build.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/blipper/build.mk b/board/blipper/build.mk
new file mode 100644
index 0000000000..37fe8a2d30
--- /dev/null
+++ b/board/blipper/build.mk
@@ -0,0 +1,15 @@
+# -*- 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:=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