summaryrefslogtreecommitdiffstats
path: root/rules/libelf.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-05-19 22:51:42 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-05-22 20:46:04 +0200
commitcdf876bc6a019e06cb765f20d787a8b68b849d65 (patch)
tree1d97eef9b2cd9066cb7f0329d7c5d0d2995d2585 /rules/libelf.in
parentad2f44c22df17827511347838d0ea37f40486a50 (diff)
downloadptxdist-cdf876bc6a019e06cb765f20d787a8b68b849d65.tar.gz
ptxdist-cdf876bc6a019e06cb765f20d787a8b68b849d65.tar.xz
libelf: elutils objdump needs libasm
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libelf.in')
-rw-r--r--rules/libelf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/libelf.in b/rules/libelf.in
index 0abe93303..b574e87d9 100644
--- a/rules/libelf.in
+++ b/rules/libelf.in
@@ -29,6 +29,7 @@ config LIBELF_ELFSUTILS
bool
prompt "elfutils"
select LIBELF_LIBDW
+ select LIBELF_LIBASM
help
Elfutils is a collection of utilities to handle ELF objects.