1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #825 from LudwigOrtmann/redbee-econotag_Makefiles

redbee-econotag: fix Makefiles
This commit is contained in:
Ludwig Ortmann 2014-03-01 14:07:01 +01:00
commit a849701ef7
2 changed files with 1 additions and 1 deletions

View File

@ -28,4 +28,4 @@ export HEXFILE = $(BINDIR)/$(PROJECT).hex
export FFLAGS = -t $(PORT) -f $(HEXFILE) -c 'bbmc -l redbee-econotag reset'
export OFLAGS = -O binary --gap-fill=0xff
export INCLUDES += -I$(RIOTCPU)/$(CPU)/include/
export INCLUDES += -I$(RIOTCPU)/$(CPU)/include/ -I$(RIOTBOARD)/$(BOARD)/include