include: bin/ dir was not created

explicitly create the bin dir

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin 2016-04-19 16:08:18 +02:00
parent 528ffec3cd
commit 1191eeff8e
1 changed files with 2 additions and 2 deletions

View File

@ -574,11 +574,11 @@ define BuildImage
$(call Build/Clean)
image_prepare: compile
mkdir -p $(KDIR)/tmp
mkdir -p $(BIN_DIR) $(KDIR)/tmp
$(call Image/Prepare)
else
image_prepare:
mkdir -p $(KDIR)/tmp
mkdir -p $(BIN_DIR) $(KDIR)/tmp
endif
mkfs_prepare: image_prepare