Skip to content
Snippets Groups Projects
Commit c1b12aa8 authored by Hannu Nyman's avatar Hannu Nyman Committed by Felix Fietkau
Browse files

Makefile: ensure that BIN_DIR exists for diffconfig


Ensure that BIN_DIR exists when the diffconfig target needs it.
Otherwise 'make diffconfig' fails after 'make clean'

Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
parent d4ce3e86
No related branches found
No related tags found
No related merge requests found
...@@ -88,6 +88,7 @@ checksum: FORCE ...@@ -88,6 +88,7 @@ checksum: FORCE
$(call sha256sums,$(BIN_DIR)) $(call sha256sums,$(BIN_DIR))
diffconfig: FORCE diffconfig: FORCE
mkdir -p $(BIN_DIR)
$(SCRIPT_DIR)/diffconfig.sh > $(BIN_DIR)/config.seed $(SCRIPT_DIR)/diffconfig.sh > $(BIN_DIR)/config.seed
prepare: .config $(tools/stamp-install) $(toolchain/stamp-install) prepare: .config $(tools/stamp-install) $(toolchain/stamp-install)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment