diff options
Diffstat (limited to 'chip/ish/build.mk')
-rw-r--r-- | chip/ish/build.mk | 1 |
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 |