cbor: Move header to cbor subdirectory
Prevents conflicts when multiple modules/packages provide a `cbor.h` header.
This commit is contained in:
parent
9c85ce1916
commit
b81b12de4e
@ -2,6 +2,10 @@ ifneq (,$(filter nhdp,$(USEMODULE)))
|
|||||||
USEMODULE_INCLUDES += $(RIOTBASE)/sys/net/routing/nhdp
|
USEMODULE_INCLUDES += $(RIOTBASE)/sys/net/routing/nhdp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq (,$(filter cbor,$(USEMODULE)))
|
||||||
|
USEMODULE_INCLUDES += $(RIOTBASE)/sys/cbor/include
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter crypto,$(USEMODULE)))
|
ifneq (,$(filter crypto,$(USEMODULE)))
|
||||||
USEMODULE_INCLUDES += $(RIOTBASE)/include/crypto
|
USEMODULE_INCLUDES += $(RIOTBASE)/include/crypto
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user