mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
We cannot fix package headers downstream, so we can just as well tell the compiler to not warn about them.
3 lines
124 B
Makefile
3 lines
124 B
Makefile
# Using -isyste instead of -I to avoid warnings about these headers
|
|
INCLUDES += -isystem$(PKGDIRBASE)/tinycrypt/lib/include
|