Skip to content

Commit

Permalink
make: add application name to bin folder structure
Browse files Browse the repository at this point in the history
This adds the application name as a subdir to the bin folder hierarchy.
For one this is similar to how packages are build and also will allow
for out-of-source builds of multiple applications.
  • Loading branch information
smlng committed Sep 26, 2018
1 parent d95d24b commit d166d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GITCACHE ?= $(RIOTTOOLS)/git/git-cache
APPDIR ?= $(CURDIR)
BUILDOUT_DIR ?= $(APPDIR)/build
BINDIRBASE ?= $(BUILDOUT_DIR)/bin
BINDIR ?= $(BINDIRBASE)/$(BOARD)
BINDIR ?= $(BINDIRBASE)/$(BOARD)/$(APPLICATION)
PKGDIRBASE ?= $(BUILDOUT_DIR)/pkg/$(BOARD)
DLCACHE ?= $(RIOTTOOLS)/dlcache/dlcache.sh
DLCACHE_DIR ?= $(RIOTBASE)/.dlcache
Expand Down

0 comments on commit d166d89

Please sign in to comment.