|
@@ -35,6 +35,7 @@ tools-$(CONFIG_TARGET_mxs) += elftosb sdimage
|
|
tools-$(CONFIG_TARGET_tegra) += cbootimage cbootimage-configs
|
|
tools-$(CONFIG_TARGET_tegra) += cbootimage cbootimage-configs
|
|
tools-$(CONFIG_USES_MINOR) += kernel2minor
|
|
tools-$(CONFIG_USES_MINOR) += kernel2minor
|
|
tools-$(CONFIG_USE_SPARSE) += sparse
|
|
tools-$(CONFIG_USE_SPARSE) += sparse
|
|
|
|
+tools-$(CONFIG_BUILD_LLVM_BPF) += llvm-bpf
|
|
|
|
|
|
# builddir dependencies
|
|
# builddir dependencies
|
|
$(curdir)/autoconf/compile := $(curdir)/m4/compile
|
|
$(curdir)/autoconf/compile := $(curdir)/m4/compile
|
|
@@ -56,6 +57,7 @@ $(curdir)/isl/compile := $(curdir)/gmp/compile
|
|
$(curdir)/libressl/compile := $(curdir)/pkgconf/compile
|
|
$(curdir)/libressl/compile := $(curdir)/pkgconf/compile
|
|
$(curdir)/libtool/compile := $(curdir)/m4/compile $(curdir)/autoconf/compile $(curdir)/automake/compile $(curdir)/missing-macros/compile
|
|
$(curdir)/libtool/compile := $(curdir)/m4/compile $(curdir)/autoconf/compile $(curdir)/automake/compile $(curdir)/missing-macros/compile
|
|
$(curdir)/lzma-old/compile := $(curdir)/zlib/compile
|
|
$(curdir)/lzma-old/compile := $(curdir)/zlib/compile
|
|
|
|
+$(curdir)/llvm-bpf/compile := $(curdir)/cmake/compile
|
|
$(curdir)/make-ext4fs/compile := $(curdir)/zlib/compile
|
|
$(curdir)/make-ext4fs/compile := $(curdir)/zlib/compile
|
|
$(curdir)/meson/compile := $(curdir)/ninja/compile
|
|
$(curdir)/meson/compile := $(curdir)/ninja/compile
|
|
$(curdir)/missing-macros/compile := $(curdir)/autoconf/compile
|
|
$(curdir)/missing-macros/compile := $(curdir)/autoconf/compile
|