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:
Gaëtan Harter 2018-06-11 15:15:45 +02:00
parent 48143e9389
commit 726581fc2e
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -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