summaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/image
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ifxmips/image')
-rw-r--r--target/linux/ifxmips/image/u-boot/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ifxmips/image/u-boot/Makefile b/target/linux/ifxmips/image/u-boot/Makefile
index c92a1a3c5..e01bb016c 100644
--- a/target/linux/ifxmips/image/u-boot/Makefile
+++ b/target/linux/ifxmips/image/u-boot/Makefile
@@ -26,6 +26,7 @@ define Build/Compile
endef
define Build/InstallDev
+ mkdir -p $(BIN_DIR)
dd if=$(PKG_BUILD_DIR)/u-boot.ifx of=$(BIN_DIR)/u-boot.ifx bs=64k conv=sync
endef