summaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/image
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2008-05-13 10:03:15 +0000
committerJohn Crispin <john@openwrt.org>2008-05-13 10:03:15 +0000
commit04db64c112b9e4a5d630861d362edd07f948d36f (patch)
tree40f8f530b582398831e4535355a9e5e06588fb45 /target/linux/ifxmips/image
parent6d4c89c7f56a5d923780a3bfdfdc6a9fe434cbde (diff)
downloadmaster-31e0f0ae-04db64c112b9e4a5d630861d362edd07f948d36f.tar.gz
master-31e0f0ae-04db64c112b9e4a5d630861d362edd07f948d36f.tar.bz2
master-31e0f0ae-04db64c112b9e4a5d630861d362edd07f948d36f.zip
fixes u-boot compile in clean tree
SVN-Revision: 11133
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 c92a1a3c5b..e01bb016cd 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