From ed6ba2801c0a97e8b78f96ad71eb0493a0f1823f Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Thu, 24 Oct 2019 11:31:50 +0000 Subject: [PATCH] tools: keep stamp file in $(STAGING_DIR_HOST) Signed-off-by: Yousong Zhou --- tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index a161154b80..23671cba91 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -152,6 +152,6 @@ $(curdir)/ := .config prereq $(curdir)/install: $(curdir)/compile tools_enabled = $(foreach tool,$(sort $(tools-y) $(tools-)),$(if $(filter $(tool),$(tools-y)),y,n)) -$(eval $(call stampfile,$(curdir),tools,compile,,_$(subst $(space),,$(tools_enabled)))) -$(eval $(call stampfile,$(curdir),tools,check,$(TMP_DIR)/.build)) +$(eval $(call stampfile,$(curdir),tools,compile,,_$(subst $(space),,$(tools_enabled)),$(STAGING_DIR_HOST))) +$(eval $(call stampfile,$(curdir),tools,check,$(TMP_DIR)/.build,,$(STAGING_DIR_HOST))) $(eval $(call subdir,$(curdir))) -- 2.30.2