summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorMaxiwell S. Garcia <maxiwell@linux.ibm.com>2019-09-23 19:30:21 -0300
committerJeremy Kerr <jk@ozlabs.org>2020-01-23 11:55:39 +0800
commit827a7af51bb120579a7addbcda216300988a3b1e (patch)
tree7a07e350c725a4e4d3b2f3567dda1d3bfb8c65a7 /utils
parent059cc5168f9b24eb5278e084909afe47db2861a6 (diff)
downloadtalos-petitboot-827a7af51bb120579a7addbcda216300988a3b1e.tar.gz
talos-petitboot-827a7af51bb120579a7addbcda216300988a3b1e.zip
configure: Add libelf as a requirement
With this library, petitboot is able to open the ELF binary to check information, like annotation in ELF notes section. Minor libelf-dw dependency additions by Jeremy Kerr <jk@ozlabs.org>. Signed-off-by: Maxiwell S. Garcia <maxiwell@linux.ibm.com> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
index a523430..8788150 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -18,7 +18,8 @@ dist_pkglibexec_SCRIPTS = utils/pb-console
sbin_PROGRAMS += utils/pb-event utils/pb-config
utils_pb_config_LDADD = $(top_builddir)/lib/libpbcore.la \
- $(top_builddir)/discover/platform.ro
+ $(top_builddir)/discover/platform.ro \
+ $(ELF_LIBS)
utils_hooks_30_dtb_updates_SOURCES = utils/hooks/30-dtb-updates.c
utils_hooks_30_dtb_updates_LDADD = $(top_builddir)/lib/libpbcore.la \
OpenPOWER on IntegriCloud