summaryrefslogtreecommitdiff
path: root/chip/ish/build.mk
diff options
context:
space:
mode:
authorHyungwoo Yang <hyungwoo.yang@intel.com>2018-10-12 19:35:31 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-12-28 16:14:01 -0800
commitfe24755501c10405f02da94f3179ceb0bcde4fc3 (patch)
tree5aa35ee8dfe94d53ded36056a93295f050f3b6df /chip/ish/build.mk
parenta2c87e75cc5b42b900832f0e80244c077b497f2c (diff)
downloadchrome-ec-fe24755501c10405f02da94f3179ceb0bcde4fc3.tar.gz
ISH: HID: implement HID subsystem
Introduce HID subsystem. HID subsystem provides interface for a HID device to communicate with host. Using this API, a HID device can use hid-core in host. BUG=b:79676054 BRANCH=none TEST=Tested on Atlas board. CQ-DEPEND=CL:1279432 Change-Id: I0547a07e1c1cb5d34ba11b245ca539cf53b7d30d Reviewed-on: https://chromium-review.googlesource.com/1279433 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Tested-by: Hyungwoo Yang <hyungwoo.yang@intel.com> Reviewed-by: Hyungwoo Yang <hyungwoo.yang@intel.com> Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'chip/ish/build.mk')
-rw-r--r--chip/ish/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/chip/ish/build.mk b/chip/ish/build.mk
index 13b6ae2474..c938df70fd 100644
--- a/chip/ish/build.mk
+++ b/chip/ish/build.mk
@@ -22,6 +22,7 @@ chip-$(CONFIG_I2C)+=i2c.o
chip-$(CONFIG_HOSTCMD_LPC)+=ipc.o
chip-$(CONFIG_ISH_IPC)+=ipc_heci.o
chip-$(CONFIG_HECI)+=heci.o system_state_subsys.o
+chip-$(CONFIG_HID_SUBSYS)+=hid_subsys.o
chip-$(CONFIG_WATCHDOG)+=watchdog.o
# location of the scripts and keys used to pack the SPI flash image