Browse Source

include: image.mk: ensure that $(KDIR)/tmp exists in the IB case as well

Signed-off-by: Jo-Philipp Wich <[email protected]>

SVN-Revision: 45870
Jo-Philipp Wich 10 years ago
parent
commit
0d19e8da7f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      include/image.mk

+ 3 - 0
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