summaryrefslogtreecommitdiff
path: root/power/build.mk
diff options
context:
space:
mode:
authorBen Lok <ben.lok@mediatek.com>2015-01-27 16:00:02 +0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-02-10 08:46:06 +0000
commita9ae00b10129feca28713a7b88978ff6cfe7c2a6 (patch)
treedaa689352b6693e9ae110f37b6510e540993dc53 /power/build.mk
parent9ed4434ad8770ca3edd6bccd456738019c9e08b0 (diff)
downloadchrome-ec-a9ae00b10129feca28713a7b88978ff6cfe7c2a6.tar.gz
llama: add llama board support
This is to add llama board support: - new files in board/llama folder, including battery.c and led.c - new file power/mediatek.c, which is mostly based on power/tegra.c - modified flash_ec for llama board - disable tests for llama board. BRANCH=none BUG=none TEST=make BOARD=llama Change-Id: Ie1ae068c1a402f08e1449668b1be8f31105bb804 Signed-off-by: Ben Lok <ben.lok@mediatek.com> Reviewed-on: https://chromium-review.googlesource.com/243510 Reviewed-by: Rong Chang <rongchang@chromium.org> Tested-by: lok.ben ben.mtk <ben.lok.mtk@gmail.com> Commit-Queue: lok.ben ben.mtk <ben.lok.mtk@gmail.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 8d2d10ff8c..212ff2cf7e 100644
--- a/power/build.mk
+++ b/power/build.mk
@@ -14,4 +14,5 @@ power-$(CONFIG_CHIPSET_IVYBRIDGE)+=ivybridge.o
power-$(CONFIG_CHIPSET_ROCKCHIP)+=rockchip.o
power-$(CONFIG_CHIPSET_TEGRA)+=tegra.o
power-$(CONFIG_CHIPSET_BRASWELL)+=braswell.o
+power-$(CONFIG_CHIPSET_MEDIATEK)+=mediatek.o
power-$(CONFIG_POWER_COMMON)+=common.o