From: florian Date: Thu, 3 Dec 2009 18:21:03 +0000 (+0000) Subject: output firmware files in bin/$(BOARD) instead of bin/ X-Git-Tag: fast2504n-3.10.28-merged~13917 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=392f107e4342b247cb605bc96c9fc722de52e2f4;p=openwrt.git output firmware files in bin/$(BOARD) instead of bin/ git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18624 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/rules.mk b/rules.mk index 0ee8d568a6..34716da570 100644 --- 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