summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
authorVic Yang <victoryang@chromium.org>2014-08-15 15:52:31 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-08-25 20:52:32 +0000
commit050c7df0118855ea4c33003c176132821c18c794 (patch)
tree877eaf25e1f3ffc9f78896b9ed1087e9062f0ec7 /test/build.mk
parentb0f622543c098d3335bcf12a859c33ff215d7530 (diff)
downloadchrome-ec-050c7df0118855ea4c33003c176132821c18c794.tar.gz
Add inductive charging control module
This module controls the inductive charging transmitter. For now, the policy is to charge whenever possible. BUG=chrome-os-partner:31392 TEST=Unit test passed BRANCH=None Change-Id: Ie48a38ad92fe2bc3329c4962e96572f2bc40b4e6 Signed-off-by: Vic Yang <victoryang@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/212715
Diffstat (limited to 'test/build.mk')
-rw-r--r--test/build.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/build.mk b/test/build.mk
index a985a008b0..a2094ba112 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -31,7 +31,7 @@ test-list-host+=thermal flash queue kb_8042 extpwr_gpio console_edit system
test-list-host+=sbs_charging adapter host_command thermal_falco led_spring
test-list-host+=bklight_lid bklight_passthru interrupt timer_dos button
test-list-host+=motion_sense math_util sbs_charging_v2 battery_get_params_smart
-test-list-host+=lightbar
+test-list-host+=lightbar inductive_charging
adapter-y=adapter.o
button-y=button.o
@@ -42,8 +42,9 @@ extpwr_gpio-y=extpwr_gpio.o
flash-y=flash.o
hooks-y=hooks.o
host_command-y=host_command.o
-kb_8042-y=kb_8042.o
+inductive_charging-y=inductive_charging.o
interrupt-y=interrupt.o
+kb_8042-y=kb_8042.o
kb_mkbp-y=kb_mkbp.o
kb_scan-y=kb_scan.o
led_spring-y=led_spring.o led_spring_impl.o