fixes u-boot compile in clean tree

SVN-Revision: 11133
master
John Crispin 17 years ago
parent 6d4c89c7f5
commit 04db64c112
  1. 1
      target/linux/ifxmips/image/u-boot/Makefile

@ -26,6 +26,7 @@ define Build/Compile
endef endef
define Build/InstallDev 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 dd if=$(PKG_BUILD_DIR)/u-boot.ifx of=$(BIN_DIR)/u-boot.ifx bs=64k conv=sync
endef endef

Loading…
Cancel
Save