mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Added the needed new section for telosb in boards/Makefile.base
This commit is contained in:
parent
c6e43adb62
commit
2519ddddd7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user