Explorar o código

output firmware files in bin/$(BOARD) instead of bin/

SVN-Revision: 18624
Florian Fainelli %!s(int64=16) %!d(string=hai) anos
pai
achega
ee8018ef11
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rules.mk

+ 1 - 1
rules.mk

@@ -45,7 +45,7 @@ else
 endif
 
 DL_DIR:=$(if $(call qstrip,$(CONFIG_DOWNLOAD_FOLDER)),$(call qstrip,$(CONFIG_DOWNLOAD_FOLDER)),$(TOPDIR)/dl)
-BIN_DIR:=$(TOPDIR)/bin
+BIN_DIR:=$(TOPDIR)/bin/$(BOARD)
 INCLUDE_DIR:=$(TOPDIR)/include
 SCRIPT_DIR:=$(TOPDIR)/scripts
 BUILD_DIR_BASE:=$(TOPDIR)/build_dir