Ensure that bin directory is created for ps3 buildbot build

SVN-Revision: 14913
owl
Hamish Guthrie 2009-03-17 09:07:47 +00:00
parent 54b149a54f
commit fb5b85c7c8
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ define Image/Prepare
endef endef
define Image/BuildKernel define Image/BuildKernel
mkdir -p $(BIN_DIR)
cp $(KDIR)/image $(BIN_DIR)/otheros.bld cp $(KDIR)/image $(BIN_DIR)/otheros.bld
cp $(KDIR)/vmlinux.elf $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.elf cp $(KDIR)/vmlinux.elf $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.elf
cp $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.elf $(TARGET_DIR) cp $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.elf $(TARGET_DIR)