projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4692b4e
)
output firmware files in bin/$(BOARD) instead of bin/
author
Florian Fainelli
<florian@openwrt.org>
Thu, 3 Dec 2009 18:21:03 +0000
(18:21 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 3 Dec 2009 18:21:03 +0000
(18:21 +0000)
SVN-Revision: 18624
rules.mk
patch
|
blob
|
history
diff --git
a/rules.mk
b/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