build: move profile build directories to a new subdir

This commit is contained in:
Matthias Schiffer 2015-03-21 19:04:51 +01:00
parent 8fc4a037ff
commit e719df04bf
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ include $(INCLUDE_DIR)/package-ipkg.mk
# override variables from rules.mk
PACKAGE_DIR = $(GLUON_OPENWRTDIR)/bin/$(BOARD)/packages
PROFILE_BUILDDIR = $(BOARD_BUILDDIR)/$(PROFILE)
PROFILE_BUILDDIR = $(BOARD_BUILDDIR)/profiles/$(PROFILE)
PROFILE_KDIR = $(PROFILE_BUILDDIR)/kernel
BIN_DIR = $(PROFILE_BUILDDIR)/images