buildroot/support/dependencies/check-host-xzcat.mk

8 lines
244 B
Makefile
Raw Permalink Normal View History

2024-02-18 09:22:07 +08:00
# XZCAT is taken from BR2_XZCAT (defaults to 'xzcat') (see Makefile)
# If it is not present, build our own host-xzcat
ifeq (,$(call suitable-host-package,xzcat,$(XZCAT)))
BR2_XZCAT_HOST_DEPENDENCY = host-xz
XZCAT = $(HOST_DIR)/bin/xzcat
endif