output firmware files in bin/$(BOARD) instead of bin/
authorFlorian Fainelli <florian@openwrt.org>
Thu, 3 Dec 2009 18:21:03 +0000 (18:21 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 3 Dec 2009 18:21:03 +0000 (18:21 +0000)
SVN-Revision: 18624

rules.mk

index 0ee8d568a677cd6792dc6fdc98e07dbdb7a46f3e..34716da5709e2b0ec4c09a765d5927e5ea5d47db 100644 (file)
--- a/rules.mk
+++ b/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