summaryrefslogtreecommitdiffstats
path: root/discover/Makefile.am
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 /discover/Makefile.am
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 'discover/Makefile.am')
-rw-r--r--discover/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/discover/Makefile.am b/discover/Makefile.am
index bfe33fa..e2d0e93 100644
--- a/discover/Makefile.am
+++ b/discover/Makefile.am
@@ -58,7 +58,8 @@ discover_pb_discover_LDADD = \
discover/native/native-parser.ro \
discover/platform.ro \
$(core_lib) \
- $(UDEV_LIBS)
+ $(UDEV_LIBS) \
+ $(ELF_LIBS)
discover_pb_discover_LDFLAGS = \
$(AM_LDFLAGS) \
OpenPOWER on IntegriCloud