summaryrefslogtreecommitdiff
path: root/power/build.mk
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2016-11-02 08:03:03 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-01-07 16:10:21 -0800
commit2ddd8d8e5fc123e75b9720ee26fdcc3e85de51ad (patch)
tree90019312a88a2fc41911b64e6d58b101292fd6d6 /power/build.mk
parentb3a9e1b64c25a4e35345903f5e20a841817962f6 (diff)
downloadchrome-ec-2ddd8d8e5fc123e75b9720ee26fdcc3e85de51ad.tar.gz
power: Extract Intel x86 power sequencing common code
Extracted Intel x86 power sequencing common code from skylake.c and apollolake.c to implement common code for power sequencing. BUG=chrome-os-partner:59141 BRANCH=none TEST=make buildall -j Reef can boot to OS. S3, S5, hibernate are working. Change-Id: I73478fcabb24d6d98cd474bae3586ce5b02986fe Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/406486 Commit-Ready: Vijay P Hiremath <vijay.p.hiremath@intel.com> Tested-by: Vijay P Hiremath <vijay.p.hiremath@intel.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'power/build.mk')
-rw-r--r--power/build.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/power/build.mk b/power/build.mk
index cfb142833b..6143c3dbbf 100644
--- a/power/build.mk
+++ b/power/build.mk
@@ -6,7 +6,7 @@
# Power management for application processor and peripherals
#
-power-$(CONFIG_CHIPSET_APOLLOLAKE)+=apollolake.o
+power-$(CONFIG_CHIPSET_APOLLOLAKE)+=apollolake.o intel_x86.o
power-$(CONFIG_CHIPSET_BAYTRAIL)+=baytrail.o
power-$(CONFIG_CHIPSET_BRASWELL)+=braswell.o
power-$(CONFIG_CHIPSET_ECDRIVEN)+=ec_driven.o
@@ -15,6 +15,6 @@ power-$(CONFIG_CHIPSET_HASWELL)+=haswell.o
power-$(CONFIG_CHIPSET_MEDIATEK)+=mediatek.o
power-$(CONFIG_CHIPSET_RK3399)+=rk3399.o
power-$(CONFIG_CHIPSET_ROCKCHIP)+=rockchip.o
-power-$(CONFIG_CHIPSET_SKYLAKE)+=skylake.o
+power-$(CONFIG_CHIPSET_SKYLAKE)+=skylake.o intel_x86.o
power-$(CONFIG_CHIPSET_TEGRA)+=tegra.o
power-$(CONFIG_POWER_COMMON)+=common.o