mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-21 15:54:43 +02:00
output firmware files in bin/$(BOARD) instead of bin/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18624 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9ce37db95d
commit
392f107e43
2
rules.mk
2
rules.mk
@ -45,7 +45,7 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
DL_DIR:=$(if $(call qstrip,$(CONFIG_DOWNLOAD_FOLDER)),$(call qstrip,$(CONFIG_DOWNLOAD_FOLDER)),$(TOPDIR)/dl)
|
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
|
INCLUDE_DIR:=$(TOPDIR)/include
|
||||||
SCRIPT_DIR:=$(TOPDIR)/scripts
|
SCRIPT_DIR:=$(TOPDIR)/scripts
|
||||||
BUILD_DIR_BASE:=$(TOPDIR)/build_dir
|
BUILD_DIR_BASE:=$(TOPDIR)/build_dir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user