include: bin/ dir was not created

explicitly create the bin dir

Signed-off-by: John Crispin <john@phrozen.org>
v19.07.3_mercusys_ac12_duma
John Crispin 8 years ago
parent 528ffec3cd
commit 1191eeff8e

@ -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

Loading…
Cancel
Save