summaryrefslogtreecommitdiffstats
path: root/rules/barebox.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/barebox.make')
-rw-r--r--rules/barebox.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/barebox.make b/rules/barebox.make
index 4018dd697..83a7126cc 100644
--- a/rules/barebox.make
+++ b/rules/barebox.make
@@ -66,7 +66,7 @@ BAREBOX_EXTRA_ENV_PATH := $(foreach path, \
$(call ptx/in-platformconfigdir,$(path)))
BAREBOX_EXTRA_ENV_DEPS := \
$(BAREBOX_EXTRA_ENV_PATH) \
- $(shell find $(BAREBOX_EXTRA_ENV_PATH) -print 2>/dev/null)
+ $(call ptx/force-shell, find $(BAREBOX_EXTRA_ENV_PATH) -print 2>/dev/null)
$(STATEDIR)/barebox.prepare: $(BAREBOX_EXTRA_ENV_DEPS)
endif