Skip to content
Snippets Groups Projects
Commit fb5b85c7 authored by Hamish Guthrie's avatar Hamish Guthrie
Browse files

Ensure that bin directory is created for ps3 buildbot build

SVN-Revision: 14913
parent 54b149a5
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment