Skip to content

Commit

Permalink
pkg: openthread: add pkg archives to EXTRA_LIBS
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Nov 14, 2017
1 parent c38c986 commit 1d4bbe8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/openthread/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ ifneq (,$(filter openthread_contrib,$(USEMODULE)))
DIRS += $(OPENTHREAD_DIR)/contrib
DIRS += $(OPENTHREAD_DIR)/contrib/netdev
endif

EXTRA_LIBS += ${BINDIR}/libmbedcrypto.a
EXTRA_LIBS += ${BINDIR}/libopenthread.a
EXTRA_LIBS += ${BINDIR}/libopenthread-cli.a

0 comments on commit 1d4bbe8

Please sign in to comment.