This component is compiled in Debian and OE where we have multilib support
enabled by default, so let's use proper variables for Makefile so that distro
can better configure the destination folders.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
New macro to be used to deploy header files when 'installing'. Use it as:
$(call add-inc-target,lib,foo.h)
to install file lib/foo.h
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Build libraries with proper soname, real and linker names, using symlinks
appropriately.
As such, the generic macro 'add-target' can no longer be used for both
binary and libaries.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
The final version of QRTR that was merged into v4.7 of the Linux kernel
requires a configuration step where we set the local node address.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Extract the libqrtr source and header file to a separate directory,
making it more convinient to include the header file from other
projects.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>