mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
7 lines
128 B
Makefile
7 lines
128 B
Makefile
TAR ?= tar
|
|
|
|
ifeq (,$(call suitable-host-package,tar,$(TAR)))
|
|
TAR = $(HOST_DIR)/bin/tar
|
|
BR2_TAR_HOST_DEPENDENCY = host-tar
|
|
endif
|