summaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/image
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-05-13 10:03:15 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-05-13 10:03:15 +0000
commitd7a84ea22a945595a095ed61cf5dce52d1d832b0 (patch)
treebe0eafe42394bea5e140f7087f348c3a35a4c4d2 /target/linux/ifxmips/image
parent91e083bf473b8c6fa6444a8c51f703fba6c314f4 (diff)
fixes u-boot compile in clean tree
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11133 3c298f89-4303-0410-b956-a3cf2f4a3e73
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