summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-03-23 12:48:39 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-03-28 11:11:41 +0200
commitae9dae08c70a05554d280db90e648190769f3380 (patch)
tree86a92329c9046392c5b7b4424e8adecba1573356
parentc86e90c9cdb4b7f018981e430e8e604f74478bc4 (diff)
downloadptxdist-ae9dae08c70a05554d280db90e648190769f3380.tar.gz
ptxdist-ae9dae08c70a05554d280db90e648190769f3380.tar.xz
ptxd_make_world_common: add ptx_image_dir
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/post/ptxd_make_world_common.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/post/ptxd_make_world_common.make b/rules/post/ptxd_make_world_common.make
index 67e7f5542..19f0a701d 100644
--- a/rules/post/ptxd_make_world_common.make
+++ b/rules/post/ptxd_make_world_common.make
@@ -22,6 +22,7 @@ ptx/env = \
ptx_extract_dir_cross="$(call ptx/escape,$(CROSS_BUILDDIR))" \
\
ptx_state_dir="$(call ptx/escape,$(STATEDIR))" \
+ ptx_image_dir="$(call ptx/escape,$(IMAGEDIR))" \
ptx_lib_dir="$(call ptx/escape,$(PTXDIST_LIB_DIR))" \
ptx_pkg_dir="$(call ptx/escape,$(PKGDIR))" \
ptx_pkg_dev_dir="$(call ptx/escape,$(PTXDIST_DEVPKG_PLATFORMDIR))" \