Browse Source

fixes u-boot compile in clean tree

SVN-Revision: 11133
John Crispin 17 years ago
parent
commit
04db64c112
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/linux/ifxmips/image/u-boot/Makefile

+ 1 - 0
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