allow configuration of the target directory for binaries
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38890 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b8bb81bfa1
commit
77d12ceb91
2 changed files with 5 additions and 1 deletions
2
rules.mk
2
rules.mk
|
@ -73,7 +73,7 @@ ifdef CONFIG_MIPS64_ABI
|
|||
endif
|
||||
|
||||
DL_DIR:=$(if $(call qstrip,$(CONFIG_DOWNLOAD_FOLDER)),$(call qstrip,$(CONFIG_DOWNLOAD_FOLDER)),$(TOPDIR)/dl)
|
||||
BIN_DIR:=$(TOPDIR)/bin/$(BOARD)
|
||||
BIN_DIR:=$(if $(call qstrip,$(CONFIG_BINARY_FOLDER)),$(call qstrip,$(CONFIG_BINARY_FOLDER)),$(TOPDIR)/bin/$(BOARD))
|
||||
INCLUDE_DIR:=$(TOPDIR)/include
|
||||
SCRIPT_DIR:=$(TOPDIR)/scripts
|
||||
BUILD_DIR_BASE:=$(TOPDIR)/build_dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue