summaryrefslogtreecommitdiff
path: root/common/build.mk
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2013-04-29 17:04:46 -0700
committerChromeBot <chrome-bot@google.com>2013-04-30 19:03:03 -0700
commite63aade5bd3553bd1a6fe7fa391edfb8b36c283e (patch)
tree9ed9a4a2ae2ae5a149fc4783890fdb6d9ecc7419 /common/build.mk
parent24c8610c7f11fcb4c4d37593a5f5475ec8459044 (diff)
downloadchrome-ec-e63aade5bd3553bd1a6fe7fa391edfb8b36c283e.tar.gz
Split x86_power.c into Ivybridge and Haswell variants
The voltage rails, inputs, and sequencing is completely different. Easiest to just handle it separately for each chipset. BUG=chrome-os-partner:18825 BRANCH=slippy TEST=manual Built Link, still works. Change-Id: Ibf26ef47cdf2284b7bfb3a2e5ccfb6841aba5ac6 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/49559 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'common/build.mk')
-rw-r--r--common/build.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/build.mk b/common/build.mk
index 8f0b819fd8..226b47f1bc 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -14,7 +14,8 @@ common-$(CONFIG_BATTERY_LINK)+=battery_link.o charge_state.o battery_precharge.o
common-$(CONFIG_CHARGER_BQ24725)+=charger_bq24725.o
common-$(CONFIG_CHARGER_TPS65090)+=pmu_tps65090_charger.o
common-$(CONFIG_CHIPSET_GAIA)+=gaia_power.o
-common-$(CONFIG_CHIPSET_X86)+=x86_power.o
+common-$(CONFIG_CHIPSET_X86_IVYBRIDGE)+=x86_power_ivybridge.o
+common-$(CONFIG_CHIPSET_X86_HASWELL)+=x86_power_haswell.o
common-$(CONFIG_PMU_TPS65090)+=pmu_tps65090.o
common-$(CONFIG_EOPTION)+=eoption.o
common-$(CONFIG_EXTPOWER_GPIO)+=extpower_gpio.o