|
@@ -23,6 +23,9 @@ endif
|
|
|
ifneq ($(CONFIG_SDK)$(CONFIG_TARGET_INITRAMFS_COMPRESSION_LZ4),)
|
|
|
BUILD_LZ4_TOOLS = y
|
|
|
endif
|
|
|
+ifneq ($(CONFIG_SDK)$(CONFIG_TARGET_INITRAMFS_COMPRESSION_LZO),)
|
|
|
+ BUILD_LZO_TOOLS = y
|
|
|
+endif
|
|
|
|
|
|
tools-y += autoconf
|
|
|
tools-y += autoconf-archive
|
|
@@ -66,6 +69,7 @@ tools-$(if $(CONFIG_BUILD_ALL_HOST_TOOLS),y) += liblzo
|
|
|
tools-$(if $(CONFIG_BUILD_ALL_HOST_TOOLS)$(BUILD_B43_TOOLS),y) += b43-tools
|
|
|
tools-$(if $(CONFIG_BUILD_ALL_HOST_TOOLS)$(BUILD_ISL),y) += isl
|
|
|
tools-$(if $(CONFIG_BUILD_ALL_HOST_TOOLS)$(BUILD_LZ4_TOOLS),y) += lz4
|
|
|
+tools-$(if $(CONFIG_BUILD_ALL_HOST_TOOLS)$(BUILD_LZO_TOOLS),y) += lzop
|
|
|
tools-$(if $(CONFIG_BUILD_ALL_HOST_TOOLS)$(BUILD_TOOLCHAIN),y) += gmp mpc mpfr
|
|
|
tools-$(if $(CONFIG_BUILD_ALL_HOST_TOOLS)$(CONFIG_TARGET_apm821xx)$(CONFIG_TARGET_gemini),y) += genext2fs
|
|
|
tools-$(if $(CONFIG_BUILD_ALL_HOST_TOOLS)$(CONFIG_TARGET_ath79),y) += lzma-old squashfs
|
|
@@ -99,6 +103,7 @@ $(curdir)/liblzo/compile := $(curdir)/cmake/compile
|
|
|
$(curdir)/libressl/compile := $(curdir)/pkgconf/compile
|
|
|
$(curdir)/libtool/compile := $(curdir)/automake/compile $(curdir)/missing-macros/compile
|
|
|
$(curdir)/lzma-old/compile := $(curdir)/zlib/compile
|
|
|
+$(curdir)/lzop/compile := $(curdir)/cmake/compile $(curdir)/liblzo/compile
|
|
|
$(curdir)/llvm-bpf/compile := $(curdir)/cmake/compile
|
|
|
$(curdir)/make-ext4fs/compile := $(curdir)/zlib/compile
|
|
|
$(curdir)/meson/compile := $(curdir)/ninja/compile
|