summaryrefslogtreecommitdiffstats
path: root/rules/dtc.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-07-13 10:05:41 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-07-13 10:05:45 +0200
commitbd137fd826a5ece84617ffac47b7701506e424a4 (patch)
treea44e87ee2f7b537ebf1f26dc07a765c56d1559e4 /rules/dtc.make
parent6445b2c68b2cd58d40b0b3688809212dce357202 (diff)
downloadptxdist-bd137fd826a5ece84617ffac47b7701506e424a4.tar.gz
ptxdist-bd137fd826a5ece84617ffac47b7701506e424a4.tar.xz
dtc: move dtb dependencies to post/
Variables in dependencies are resolved immediately, so we have to make sure that they are already fully defined. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dtc.make')
-rw-r--r--rules/dtc.make4
1 files changed, 0 insertions, 4 deletions
diff --git a/rules/dtc.make b/rules/dtc.make
index fb5e97b22..fa02281f4 100644
--- a/rules/dtc.make
+++ b/rules/dtc.make
@@ -23,10 +23,6 @@ DTC_VERSION := 1.0.0
ptx/dtb = $(notdir $(basename $(strip $(1)))).dtb
-# .dtb depends on the .dts and dtc.install for all other dependencies
-$(foreach dts, $(call remove_quotes,$(PTXCONF_DTC_OFTREE_DTS)), \
- $(eval $(IMAGEDIR)/$(call ptx/dtb, $(dts)): $(dts) $(STATEDIR)/dtc.install))
-
%.dtb:
@$(call targetinfo)
@$(PTXCONF_SYSROOT_HOST)/bin/dtc \