[Pdbg] [PATCH 0/3] Allow build against system libfdt
Amitay Isaacs
amitay at ozlabs.org
Fri May 10 14:11:24 AEST 2019
If system installed fdt library is found, then link against the system fdt
library instead of the in-tree version. If no system fdt library is found,
use the in-tree version.
Amitay Isaacs (3):
configure: Add subdir build for libfdt
configure: Use subdir build for libfdt
configure: Add conditional build for libfdt
Makefile.am | 28 ++++++++++------------------
configure.ac | 6 ++++++
libfdt/Makefile.am | 21 +++++++++++++++++++++
libfdt/configure.ac | 11 +++++++++++
4 files changed, 48 insertions(+), 18 deletions(-)
create mode 100644 libfdt/Makefile.am
create mode 100644 libfdt/configure.ac
--
2.20.1
More information about the Pdbg
mailing list