Files
domo/bsp/buildroot-2017.02.11/support/dependencies/check-host-tar.mk
2018-05-22 15:35:47 +02:00

7 lines
134 B
Makefile

TAR ?= tar
ifeq (,$(call suitable-host-package,tar,$(TAR)))
DEPENDENCIES_HOST_PREREQ += host-tar
TAR = $(HOST_DIR)/usr/bin/tar
endif