summaryrefslogtreecommitdiff
path: root/board/jinlon/build.mk
diff options
context:
space:
mode:
authorDevin Lu <devin.lu@quantatw.com>2019-11-26 16:19:26 +0800
committerCommit Bot <commit-bot@chromium.org>2020-01-31 03:05:02 +0000
commit876de6a603072fe121afe99fbda5d4f0e9efd266 (patch)
treed7a515b7e3c05ebe5a15ba9d9427169a9fb2c994 /board/jinlon/build.mk
parentd1af13802e268f629e0f591b8f4f16543ebc6322 (diff)
downloadchrome-ec-876de6a603072fe121afe99fbda5d4f0e9efd266.tar.gz
jinlon: add dual fan control by ec
This patch allows the ec to manage two fans. Currently common/thermal.c cannot monitor more than 1 fan at the same time. This CL implements a board-specific thermal policy with multiple fans. BUG=b:141259174 BRANCH=hatch TEST=thermal team verified thermal policy is expected. Change-Id: I6ababcb0795408e8062b7605bc749e23b8bde45a Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1936077 Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'board/jinlon/build.mk')
-rw-r--r--board/jinlon/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/jinlon/build.mk b/board/jinlon/build.mk
index 733912454f..2d6118ea70 100644
--- a/board/jinlon/build.mk
+++ b/board/jinlon/build.mk
@@ -11,5 +11,5 @@ CHIP_FAMILY:=npcx7
CHIP_VARIANT:=npcx7m6fc
BASEBOARD:=hatch
-board-y=board.o led.o
+board-y=board.o led.o thermal.o
board-$(CONFIG_BATTERY_SMART)+=battery.o