Skip to content
Snippets Groups Projects
Commit 0541fe3c authored by Cenk Gündoğan's avatar Cenk Gündoğan Committed by GitHub
Browse files

Merge pull request #7849 from miri64/sys/fix/native-libc

sys: libc: only add include path on non-native boards
parents 08eb6c39 1964d156
No related branches found
No related tags found
No related merge requests found
......@@ -83,4 +83,6 @@ ifneq (,$(filter ssp,$(USEMODULE)))
include $(RIOTBASE)/sys/ssp/Makefile.include
endif
INCLUDES += -I$(RIOTBASE)/sys/libc/include
ifneq (native,$(BOARD))
INCLUDES += -I$(RIOTBASE)/sys/libc/include
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment