Skip to content

Commit

Permalink
Added the needed new section for telosb in boards/Makefile.base
Browse files Browse the repository at this point in the history
  • Loading branch information
rousselk committed Dec 18, 2013
1 parent c6e43ad commit 2519ddd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boards/Makefile.base
Expand Up @@ -25,6 +25,9 @@ ifeq ($(BOARD),chronos)
INCLUDES += -I$(RIOTBOARD)/chronos/include/
INCLUDES += -I$(RIOTBOARD)/chronos/drivers/include/
endif
ifeq ($(BOARD),telosb)
INCLUDES += -I$(RIOTBOARD)/telosb/include/
endif
ifeq ($(BOARD),native)
INCLUDES += -I$(RIOTBOARD)/native/include/
endif

0 comments on commit 2519ddd

Please sign in to comment.