Skip to content

Commit

Permalink
Merge pull request #7849 from miri64/sys/fix/native-libc
Browse files Browse the repository at this point in the history
sys: libc: only add include path on non-native boards
  • Loading branch information
cgundogan committed Oct 26, 2017
2 parents 08eb6c3 + 1964d15 commit 0541fe3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sys/Makefile.include
Original file line number Diff line number Diff line change
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 0541fe3

Please sign in to comment.