mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
8 lines
244 B
Makefile
8 lines
244 B
Makefile
# 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
|