summaryrefslogtreecommitdiffstats
path: root/tools/elfutils
diff options
context:
space:
mode:
Diffstat (limited to 'tools/elfutils')
-rw-r--r--tools/elfutils/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/elfutils/Makefile b/tools/elfutils/Makefile
index 98694beb0e..2f4dd8f253 100644
--- a/tools/elfutils/Makefile
+++ b/tools/elfutils/Makefile
@@ -29,4 +29,7 @@ HOST_CONFIGURE_ARGS += \
--without-lzma \
--without-zstd
+HOST_MAKE_FLAGS += \
+ SUBDIRS="lib libelf libcpu backends libebl libdwelf libdwfl libdw"
+
$(eval $(call HostBuild))