Skip to content
Snippets Groups Projects
Commit ee8018ef authored by Florian Fainelli's avatar Florian Fainelli
Browse files

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

SVN-Revision: 18624
parent 4692b4e3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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