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, 3 insertions, 4 deletions
diff --git a/chip/ish/build.mk b/chip/ish/build.mk
index dbdbe2eda6..7ae315c505 100644
--- a/chip/ish/build.mk
+++ b/chip/ish/build.mk
@@ -20,12 +20,11 @@ endif
chip-y+=clock.o gpio.o system.o hwtimer.o uart.o flash.o
chip-y+=reset_prep_wr.o
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
chip-$(CONFIG_HOSTCMD_HECI)+=host_command_heci.o
+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
# location of the scripts and keys used to pack the SPI flash image
SCRIPTDIR:=./chip/${CHIP}/util