summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2024-04-03 01:07:14 +0200
committerRobert Marko <robimarko@gmail.com>2024-04-06 11:24:18 +0200
commit4b920e799fba445c450d9bc86843c0a37e202e7f (patch)
tree059838f15cb3ae22c6a6e3436428b141ced1532c /tools/Makefile
parent706f0e395f5392da0a502f1039aa01ca14849ec5 (diff)
downloadopenwrt-4b920e799fba445c450d9bc86843c0a37e202e7f.tar.gz
openwrt-4b920e799fba445c450d9bc86843c0a37e202e7f.tar.bz2
openwrt-4b920e799fba445c450d9bc86843c0a37e202e7f.zip
tools: zstd: convert to make and drop meson dependency
Convert to make and drop meson dependency since it's not a core tools and can't depend on advanced build system like cmake or meson. On top of this make is the official build support and cmake/meson are supported by 3rd parties. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 7607e84481..36a2ae1933 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -130,7 +130,6 @@ $(curdir)/sdcc/compile := $(curdir)/bison/compile
$(curdir)/squashfs3-lzma/compile := $(curdir)/lzma-old/compile
$(curdir)/squashfs4/compile := $(curdir)/xz/compile $(curdir)/zlib/compile
$(curdir)/util-linux/compile := $(curdir)/bison/compile
-$(curdir)/zstd/compile := $(curdir)/meson/compile
ifneq ($(HOST_OS),Linux)
$(curdir)/coreutils/compile += $(curdir)/automake/compile $(curdir)/bison/compile $(curdir)/gnulib/compile