summaryrefslogtreecommitdiff
path: root/power/build.mk
diff options
context:
space:
mode:
authorzyw <zyw@rock-chips.com>2014-07-21 19:30:59 -0400
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-07-23 02:30:10 +0000
commit054c9fe6a6b32098f5fa881d49c6f43707d8d042 (patch)
tree542872426ba9b498e00aa87248aadb849b18efad /power/build.mk
parentb9677a48c81cc3b5074c532902076ff4ac64fe03 (diff)
downloadchrome-ec-054c9fe6a6b32098f5fa881d49c6f43707d8d042.tar.gz
veyron: Modify board config
This patch is base on new hardware board, veyron has not some stuff, such as power led, charge en BUG=None TEST=Read log with servo board, it has reponse when type some commends BRANCH=None Change-Id: I45502fd1278f69db5e46fc9ab1deaee02fc8708f Signed-off-by: zyw <zyw@rock-chips.com> Reviewed-on: https://chromium-review.googlesource.com/209231 Reviewed-by: Alexandru Stan <amstan@google.com> Commit-Queue: Alexandru Stan <amstan@google.com> Tested-by: Alexandru Stan <amstan@google.com>
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 5819b623c1..e97371d125 100644
--- a/power/build.mk
+++ b/power/build.mk
@@ -10,5 +10,6 @@ power-$(CONFIG_CHIPSET_BAYTRAIL)+=baytrail.o
power-$(CONFIG_CHIPSET_GAIA)+=gaia.o
power-$(CONFIG_CHIPSET_HASWELL)+=haswell.o
power-$(CONFIG_CHIPSET_IVYBRIDGE)+=ivybridge.o
+power-$(CONFIG_CHIPSET_ROCKCHIP)+=rockchip.o
power-$(CONFIG_CHIPSET_TEGRA)+=tegra.o
power-$(CONFIG_POWER_COMMON)+=common.o