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
|
||||
endif
|
||||
|
||||
ifneq (,$(filter cbor,$(USEMODULE)))
|
||||
USEMODULE_INCLUDES += $(RIOTBASE)/sys/cbor/include
|
||||
endif
|
||||
|
||||
ifneq (,$(filter crypto,$(USEMODULE)))
|
||||
USEMODULE_INCLUDES += $(RIOTBASE)/include/crypto
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user