include: bin/ dir was not created
explicitly create the bin dir Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
528ffec3cd
commit
1191eeff8e
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue