From 0d19e8da7fa2c3d7bf9991154f9b40431a5f5f63 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 1 Jun 2015 18:00:35 +0000 Subject: include: image.mk: ensure that $(KDIR)/tmp exists in the IB case as well Signed-off-by: Jo-Philipp Wich SVN-Revision: 45870 --- include/image.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/image.mk b/include/image.mk index 36c6c63320..020418d54d 100644 --- a/include/image.mk +++ b/include/image.mk @@ -464,6 +464,9 @@ define BuildImage image_prepare: compile mkdir -p $(KDIR)/tmp $(call Image/Prepare) + else + image_prepare: + mkdir -p $(KDIR)/tmp endif mkfs_prepare: image_prepare -- cgit v1.2.3