summaryrefslogtreecommitdiff
path: root/cros_ec/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cros_ec/test/Makefile')
-rw-r--r--cros_ec/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cros_ec/test/Makefile b/cros_ec/test/Makefile
index 84c766495d..edad222b43 100644
--- a/cros_ec/test/Makefile
+++ b/cros_ec/test/Makefile
@@ -20,7 +20,7 @@ TEST_BINS = $(addprefix ${BUILD_ROOT}/,$(TEST_NAMES))
# Allow multiple definitions, so tests can mock functions from other libraries
CFLAGS += -MMD -MF $@.d -Xlinker --allow-multiple-definition
-LIBS := ${TEST_LIB} $(CROS_EC_LIB) $(CHIP_STUB_LIB)
+LIBS := ${TEST_LIB} $(CROS_EC_LIB) $(CHIP_STUB_LIB) $(BOARD_LIB)
.SUFFIXES:
.SUFFIXES: .o .c