summaryrefslogtreecommitdiff
path: root/cros_ec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cros_ec/Makefile')
-rw-r--r--cros_ec/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cros_ec/Makefile b/cros_ec/Makefile
index f34db019c3..dce7c20dbf 100644
--- a/cros_ec/Makefile
+++ b/cros_ec/Makefile
@@ -18,9 +18,9 @@ all: $(TESTPROGS)
clean:
rm -f $(TESTPROGS)
-ec_os_test: test/ec_os_test.c chip_stub/ec_os.c
+ec_os_test: test/ec_os_test.c chip_stub/ec_os.c chip_stub/ec_uart.c
gcc $(CFLAGS) -o ec_os_test \
- test/ec_os_test.c chip_stub/ec_os.c
+ test/ec_os_test.c chip_stub/ec_os.c chip_stub/ec_uart.c
fakemain: test/fakemain.c $(LIB_SRCS) $(STUB_SRCS)
gcc $(CFLAGS) -o fakemain test/fakemain.c \