From 04a169ff52ba84c97a34709d3c26dc9657c6669c Mon Sep 17 00:00:00 2001 From: chenzanxi Date: Wed, 24 Feb 2021 19:17:14 +0800 Subject: 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 Change-Id: Id5ad16b3bbb2c09c69f8cd7230c22bfed919dc6e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2717848 Reviewed-by: Henry Sun Reviewed-by: Paul Fagerburg Reviewed-by: Diana Z Commit-Queue: Henry Sun Tested-by: Henry Sun --- board/blipper/build.mk | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 board/blipper/build.mk (limited to 'board/blipper/build.mk') 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 -- cgit v1.2.1