tools/elfutils: only build required components
[openwrt/staging/chunkeey.git] / tools / elfutils / Makefile
index 98694beb0effc2acd98d7466f11a9e42952fabab..2f4dd8f25303c8e51e9e20c017c5586106339026 100644 (file)
@@ -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))