Skip to content

Commit

Permalink
create BOARDS subdirectory for binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegHahm committed Jan 5, 2014
1 parent c48b34f commit 79cff89
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 @@ CPUDEF = $(shell echo $(CPU)|tr 'a-z' 'A-Z')
CFLAGS += -DBOARD=$(BB) -DCPU_$(CPUDEF)
export CFLAGS

export BINDIR =$(CURDIR)/bin/
export BINDIR =$(CURDIR)/bin/$(BOARD)/

# mandatory includes!
include $(RIOTBASE)/Makefile.modules
Expand Down

0 comments on commit 79cff89

Please sign in to comment.