fixes u-boot compile in clean tree
[openwrt/svn-archive/archive.git] / target / linux / ifxmips / image / u-boot / Makefile
index c92a1a3c5bdd6b20a9a5549fda02da9e80e20315..e01bb016cd21e06e74d68f6240e5300659b4b70b 100644 (file)
@@ -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