summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorBrian Gix <brian.gix@intel.com>2019-06-12 08:09:50 -0700
committerBrian Gix <brian.gix@intel.com>2019-06-12 08:13:50 -0700
commit022b6d9cc26b3437010bff11372a1c2a94cdb1df (patch)
treeed7af8302e6df03d5d184f0f58ce5406a63dba3c /Makefile.tools
parent231c50a1ffd52ddb45f05135b9d7e8a637064d6a (diff)
downloadbluez-022b6d9cc26b3437010bff11372a1c2a94cdb1df.tar.gz
build: Add missing mesh & btpclient dependencies
btpclient and bluetooth mesh fail to build on their own until certain ELL and generated header files have been built, which can cause a build to fail if derived objects are generated in wrong order.
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 7d5361bcd..b6b99d216 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -472,4 +472,5 @@ tools_btpclient_SOURCES = tools/btpclient.c src/shared/btp.c src/shared/btp.h
tools_btpclient_LDADD = lib/libbluetooth-internal.la \
src/libshared-ell.la $(ell_ldadd)
tools_btpclient_DEPENDENCIES = lib/libbluetooth-internal.la $(ell_dependencies)
+tools/btpclient.$(OBJEXT): src/libshared-ell.la ell/internal
endif