fixes u-boot compile in clean tree
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 13 May 2008 10:03:15 +0000 (10:03 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 13 May 2008 10:03:15 +0000 (10:03 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11133 3c298f89-4303-0410-b956-a3cf2f4a3e73

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