diff options
author | John Crispin <blogic@openwrt.org> | 2008-05-13 10:03:15 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2008-05-13 10:03:15 +0000 |
commit | d8234879a17a88fe0c60b1968460b0327cd93764 (patch) | |
tree | be0eafe42394bea5e140f7087f348c3a35a4c4d2 /target/linux/ifxmips/image/u-boot/Makefile | |
parent | 7bba74f697301b01f5a371b26fed96dfaaa6db35 (diff) | |
download | master-187ad058-d8234879a17a88fe0c60b1968460b0327cd93764.tar.gz master-187ad058-d8234879a17a88fe0c60b1968460b0327cd93764.tar.bz2 master-187ad058-d8234879a17a88fe0c60b1968460b0327cd93764.zip |
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/u-boot/Makefile')
-rw-r--r-- | target/linux/ifxmips/image/u-boot/Makefile | 1 |
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 |