Skip to content

Commit

Permalink
sys: libc: only add include path on non-native boards
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Oct 26, 2017
1 parent 79cea39 commit c1cafbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sys/Makefile.include
Expand Up @@ -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 comments on commit c1cafbb

Please sign in to comment.