1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

create BOARDS subdirectory for binaries

This commit is contained in:
Oleg Hahm 2014-01-03 18:45:33 +01:00
parent c48b34f540
commit 79cff89bb0

View File

@ -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