summaryrefslogtreecommitdiff
path: root/board/malefor/build.mk
diff options
context:
space:
mode:
authorxiong.huang <xiong.huang@bitland.corp-partner.google.com>2020-04-20 22:08:52 +0800
committerCommit Bot <commit-bot@chromium.org>2020-04-28 06:45:21 +0000
commit5630318f65ceefa82e5f69efec64f07c2d81cdb2 (patch)
treedff8352b1b2da4e0aaaa1096cf52757dfd12c219 /board/malefor/build.mk
parent6430b8b4536758473cfe4c71ef6afaeaeecc9c63 (diff)
downloadchrome-ec-5630318f65ceefa82e5f69efec64f07c2d81cdb2.tar.gz
volteer: move the PWM configuration and LED support from baseboard to boards
Considering the LED circuits for the derived boards differ significantly from Volteer and every OEM would have different requirements for LED behavior. So move the PWM configuration and LED support from baseboard (volteer) to board (halvor, malefor and volteer), there will be happy to redefine LED behavior in boards. BUG=b:154447182 BRANCH=none TEST=make buildall Signed-off-by: xiong.huang <xiong.huang@bitland.corp-partner.google.com> Change-Id: I578459d4dd75abce4eed83e1f69a14886bb6a0f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2156688 Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'board/malefor/build.mk')
-rw-r--r--board/malefor/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/malefor/build.mk b/board/malefor/build.mk
index 5a2ccd3d79..ca046e8d97 100644
--- a/board/malefor/build.mk
+++ b/board/malefor/build.mk
@@ -29,4 +29,5 @@ ENV_VARS := VOLTEER_POWER_SEQUENCE
board-y=board.o
board-y+=battery.o
+board-y+=led.o
board-$(VOLTEER_POWER_SEQUENCE)+=power_sequence.o