summaryrefslogtreecommitdiff
path: root/power/build.mk
diff options
context:
space:
mode:
authorYilun Lin <yllin@chromium.org>2019-08-20 13:54:00 +0800
committerCommit Bot <commit-bot@chromium.org>2019-08-23 05:48:34 +0000
commit1d0f58a303f8eb57d4c9fdec406f6f09918547cc (patch)
treebde71b2fa13b21fc73786208af2d839598d26788 /power/build.mk
parent7e26c7c66898d1e4609184ae2fa207cddbf0c4fb (diff)
downloadchrome-ec-1d0f58a303f8eb57d4c9fdec406f6f09918547cc.tar.gz
power: Make HC host_sleep_event independent from power common.
host_sleep_event provides the AP power state information to EC, and this is not necessary bound to CONFIG_POWER_COMMON. This CL moves the HC out of CONFIG_POWER_COMMON. TEST=1. make buildall -j 2. #define CONFIG_POWER_TRACK_HOST_SLEEP_STATE kukui_scp, and see it build successfully. BUG=b:136240895 BRANCH=none Cq-Depend: chromium:1760656 Change-Id: I5555c7ba8b97547ce9fc0ff8e2bff14ef3da8fe7 Signed-off-by: Yilun Lin <yllin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1753563 Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'power/build.mk')
-rw-r--r--power/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/power/build.mk b/power/build.mk
index 0134b01744..3b001e3596 100644
--- a/power/build.mk
+++ b/power/build.mk
@@ -20,3 +20,4 @@ power-$(CONFIG_CHIPSET_SDM845)+=sdm845.o
power-$(CONFIG_CHIPSET_SKYLAKE)+=skylake.o intel_x86.o
power-$(CONFIG_CHIPSET_STONEY)+=stoney.o
power-$(CONFIG_POWER_COMMON)+=common.o
+power-$(CONFIG_POWER_TRACK_HOST_SLEEP_STATE)+=host_sleep.o