mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 09:52:45 +01:00
11 lines
366 B
Makefile
11 lines
366 B
Makefile
OPENTHREAD_DIR = $(RIOTBASE)/pkg/openthread
|
|
|
|
INCLUDES += -I$(OPENTHREAD_DIR)/include \
|
|
-I$(BINDIRBASE)/pkg/$(BOARD)/openthread/output/include \
|
|
-I$(BINDIRBASE)/pkg/$(BOARD)/openthread/include/openthread \
|
|
|
|
ifneq (,$(filter openthread_contrib,$(USEMODULE)))
|
|
DIRS += $(OPENTHREAD_DIR)/contrib
|
|
DIRS += $(OPENTHREAD_DIR)/contrib/netdev
|
|
endif
|