sys/Makefile.include: remove non existing include directory
The include/crypto path should include 'sys' to be vavil But all source files are already using '#include "crypto/HEADER.h"' so it does not need fixing.
This commit is contained in:
parent
48143e9389
commit
726581fc2e
@ -6,10 +6,6 @@ ifneq (,$(filter cbor,$(USEMODULE)))
|
||||
USEMODULE_INCLUDES += $(RIOTBASE)/sys/cbor/include
|
||||
endif
|
||||
|
||||
ifneq (,$(filter crypto,$(USEMODULE)))
|
||||
USEMODULE_INCLUDES += $(RIOTBASE)/include/crypto
|
||||
endif
|
||||
|
||||
ifneq (,$(filter fib,$(USEMODULE)))
|
||||
USEMODULE_INCLUDES += $(RIOTBASE)/sys/posix/include
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user