mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 09:31:51 +00:00
This commit adds support for the two board LEDs conforming to the Chrome OS LED behaviour specification. BUG=none BRANCH=none TEST=Flash a modified image on npcx7_evb with some LEDs connected. Fake out chipset transitions and charge state states. Verify that LEDs behave as expected. Change-Id: If6d7a48cc4a363452fad172fa8efa0c5e603f6d7 Signed-off-by: Aseda Aboagye <aaboagye@google.com> Reviewed-on: https://chromium-review.googlesource.com/601428 Commit-Ready: Aseda Aboagye <aaboagye@chromium.org> Tested-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Shawn N <shawnn@chromium.org>
14 lines
320 B
Makefile
14 lines
320 B
Makefile
# -*- makefile -*-
|
|
# Copyright 2017 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:=npcx7m6f
|
|
|
|
board-y=battery.o board.o led.o usb_pd_policy.o
|