summaryrefslogtreecommitdiff
path: root/cros_ec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cros_ec/Makefile')
-rw-r--r--cros_ec/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cros_ec/Makefile b/cros_ec/Makefile
index ac2ac5b264..39e06d26b4 100644
--- a/cros_ec/Makefile
+++ b/cros_ec/Makefile
@@ -35,7 +35,8 @@ LIB_OBJS = $(LIB_SRCS:%.c=${BUILD_ROOT}/%.o)
STUB_SRCS = \
./chip_stub/ec_os.c \
./chip_stub/ec_uart.c \
- ./chip_stub/keyboard.c
+ ./chip_stub/keyboard.c \
+ ./chip_stub/host.c
STUB_OBJS = $(STUB_SRCS:%.c=${BUILD_ROOT}/%.o)