summaryrefslogtreecommitdiffstats
path: root/rules/pre
diff options
context:
space:
mode:
Diffstat (limited to 'rules/pre')
-rw-r--r--rules/pre/000-cfghash.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/pre/000-cfghash.make b/rules/pre/000-cfghash.make
index 60765d0c7..81fc14b05 100644
--- a/rules/pre/000-cfghash.make
+++ b/rules/pre/000-cfghash.make
@@ -28,13 +28,13 @@ endif
# Only add files from the BSP, not the build tree.
#
define ptx/dts-cfghash-file
-$(foreach dts,$(filter-out $(PTXDIST_PLATFORMDIR)/%,
-$(call ptx/in-path,$(strip $(1))_DTS_PATH,$(2))),
+$(foreach dts,$(filter-out $(PTXDIST_PLATFORMDIR)/%,\
+$(call ptx/in-path,$(strip $(1))_DTS_PATH,$(2))),\
$(call ptx/cfghash-file,$(1),$(dts)))
endef
define world/dts-cfghash-file
-$(foreach dts,$($(strip $(1))_DTS),
+$(foreach dts,$($(strip $(1))_DTS),\
$(call ptx/dts-cfghash-file,$(strip $(1)),$(dts)))
endef