mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 23:41:18 +01:00
We cannot fix package headers downstream, so we can just as well tell the compiler to not warn about them.
5 lines
176 B
Makefile
5 lines
176 B
Makefile
# Using -isystem instead of -I to prevent warnings for the following headers
|
|
INCLUDES += -isystem$(PKGDIRBASE)/driver_sx126x/src
|
|
|
|
DIRS += $(RIOTBASE)/pkg/driver_sx126x/contrib
|