linuxOS_PX30_CAR/buildroot/support/dependencies/check-host-tar.mk

7 lines
130 B
Makefile
Raw Normal View History

2026-01-20 05:50:57 +00:00
TAR ?= tar
ifeq (,$(call suitable-host-package,tar,$(TAR)))
DEPENDENCIES_HOST_PREREQ += host-tar
TAR = $(HOST_DIR)/bin/tar
endif