summaryrefslogtreecommitdiff
path: root/baseboard/volteer/build.mk
diff options
context:
space:
mode:
authorAbe Levkoy <alevkoy@chromium.org>2019-09-30 15:22:56 -0600
committerCommit Bot <commit-bot@chromium.org>2019-10-02 07:56:39 +0000
commit626762df070b4a43be1d868b7ed6112955d638cb (patch)
tree5d5106eaccd5189c28310f3705c12a09b8117fe7 /baseboard/volteer/build.mk
parent6dc0eccd49962c452453ac5899ef4d08b3462d15 (diff)
downloadchrome-ec-626762df070b4a43be1d868b7ed6112955d638cb.tar.gz
volteer: Support LEDs
Enable support for PWM LED control, define PWM channels and LED colors, and implement interface for setting LED color. Meaningful LED output is based on data from the charger, which isn't configured yet. In the meantime, stub out the parts of the charger implementation required to build LED code. BUG=b:139554899 BRANCH=none TEST=make buildall Change-Id: I983777320da4c1f8a181cffb0f7541af4c41a410 Signed-off-by: Abe Levkoy <alevkoy@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1832887 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'baseboard/volteer/build.mk')
-rw-r--r--baseboard/volteer/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/baseboard/volteer/build.mk b/baseboard/volteer/build.mk
index 03a91ceda7..bb7e57ad6a 100644
--- a/baseboard/volteer/build.mk
+++ b/baseboard/volteer/build.mk
@@ -7,3 +7,4 @@
#
baseboard-y=baseboard.o
+baseboard-y+=led.o