summaryrefslogtreecommitdiff
path: root/support/dependencies/check-host-gzip.mk
diff options
context:
space:
mode:
Diffstat (limited to 'support/dependencies/check-host-gzip.mk')
-rw-r--r--support/dependencies/check-host-gzip.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/support/dependencies/check-host-gzip.mk b/support/dependencies/check-host-gzip.mk
new file mode 100644
index 0000000000..bf9a369a7d
--- /dev/null
+++ b/support/dependencies/check-host-gzip.mk
@@ -0,0 +1,3 @@
+ifeq (,$(call suitable-host-package,gzip))
+BR2_GZIP_HOST_DEPENDENCY = host-gzip
+endif