tools/dwarves: add host package
[openwrt/staging/chunkeey.git] / tools / Makefile
index 416039cf38f7c05048faa47ae380ccefe81eacb3..507971c6d59f71a699af8c4b5276130c598aa957 100644 (file)
@@ -84,7 +84,9 @@ endif
 ifeq ($(HOST_OS),Darwin)
   tools-y += bash
 else
+  $(curdir)/dwarves/compile += $(curdir)/elfutils/compile
   $(curdir)/elfutils/compile := $(curdir)/zlib/compile
+  tools-$(CONFIG_DWARVES) += dwarves
   tools-y += elfutils
 endif