fixes u-boot compile in clean tree
authorJohn Crispin <john@openwrt.org>
Tue, 13 May 2008 10:03:15 +0000 (10:03 +0000)
committerJohn Crispin <john@openwrt.org>
Tue, 13 May 2008 10:03:15 +0000 (10:03 +0000)
SVN-Revision: 11133

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