Explorar o código

Ensure that bin directory is created for ps3 buildbot build

SVN-Revision: 14913
Hamish Guthrie %!s(int64=17) %!d(string=hai) anos
pai
achega
fb5b85c7c8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      target/linux/ps3/image/Makefile

+ 1 - 0
target/linux/ps3/image/Makefile

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