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
@ -574,11 +574,11 @@ define BuildImage
|
|||||||
$(call Build/Clean)
|
$(call Build/Clean)
|
||||||
|
|
||||||
image_prepare: compile
|
image_prepare: compile
|
||||||
mkdir -p $(KDIR)/tmp
|
mkdir -p $(BIN_DIR) $(KDIR)/tmp
|
||||||
$(call Image/Prepare)
|
$(call Image/Prepare)
|
||||||
else
|
else
|
||||||
image_prepare:
|
image_prepare:
|
||||||
mkdir -p $(KDIR)/tmp
|
mkdir -p $(BIN_DIR) $(KDIR)/tmp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
mkfs_prepare: image_prepare
|
mkfs_prepare: image_prepare
|
||||||
|
Loading…
Reference in New Issue
Block a user