mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
We cannot fix package headers downstream, so we can just as well tell the compiler to not warn about them.
6 lines
220 B
Makefile
6 lines
220 B
Makefile
# Using -isystem instead of -I to prevent warnings for the following headers
|
|
INCLUDES += -isystem$(PKGDIRBASE)/driver_bme680
|
|
INCLUDES += -isystem$(RIOTPKG)/driver_bme680/include
|
|
|
|
DIRS += $(RIOTPKG)/driver_bme680/contrib
|