xref: /OK3568_Linux_fs/buildroot/support/dependencies/check-host-coreutils.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# Check whether the host's coreutils are up to date enough
2# to provide 'ln --relative' and 'realpath'.
3
4ifeq (,$(call suitable-host-package,coreutils))
5BR2_COREUTILS_HOST_DEPENDENCY = host-coreutils
6endif
7