summaryrefslogtreecommitdiff
path: root/chip/ish/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish/build.mk')
-rw-r--r--chip/ish/build.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/chip/ish/build.mk b/chip/ish/build.mk
index 31827497b4..2c242725d2 100644
--- a/chip/ish/build.mk
+++ b/chip/ish/build.mk
@@ -26,6 +26,13 @@ chip-$(CONFIG_HOSTCMD_HECI)+=heci.o system_state_subsys.o ipc_heci.o
chip-$(CONFIG_HID_HECI)+=hid_subsys.o
chip-$(CONFIG_HID_HECI)+=heci.o system_state_subsys.o ipc_heci.o
chip-$(CONFIG_DMA_PAGING)+=dma.o
+chip-$(CONFIG_LOW_POWER_IDLE)+=power_mgt.o
+
+ifeq ($(CONFIG_ISH_PM_AONTASK),y)
+ish-aontask-fw=chip/ish/aontaskfw/ish_aontask
+ish-aontask-fw-bin=$(out)/$(ish-aontask-fw).bin
+PROJECT_EXTRA+=$(ish-aontask-fw-bin)
+endif
# location of the scripts and keys used to pack the SPI flash image
SCRIPTDIR:=./chip/${CHIP}/util