mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-06 23:51:28 +00:00
BUG=chrome-os-partner:54099 BRANCH=reef, gru TEST=Verify charge_ramp success with a variety of BC1.2 chargers. Signed-off-by: Shawn Nematbakhsh <shawnn@chromium.org> Change-Id: I0e8bbd063e0933893a4a7f48a15a391c0ad9898a Reviewed-on: https://chromium-review.googlesource.com/435562 Commit-Ready: Shawn N <shawnn@chromium.org> Tested-by: Shawn N <shawnn@chromium.org> Reviewed-by: Shawn N <shawnn@chromium.org>
16 lines
426 B
Makefile
16 lines
426 B
Makefile
# -*- makefile -*-
|
|
# Copyright 2016 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
|
|
#
|
|
|
|
# the IC is Nuvoton M-Series EC (npcx5m5g, npcx5m6g)
|
|
CHIP:=npcx
|
|
CHIP_VARIANT:=npcx5m5g
|
|
|
|
board-y=battery.o board.o charge_ramp.o usb_pd_policy.o
|
|
board-$(BOARD_GRU)+=led_gru.o
|
|
board-$(BOARD_KEVIN)+=led_kevin.o
|