Skip to content

Commit

Permalink
Revert "newlib.mk: sanity check for newlib-nano header for ci builds"
Browse files Browse the repository at this point in the history
This reverts commit 095128a.
  • Loading branch information
cladmi committed Oct 17, 2018
1 parent 8f30d2a commit aa87607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/libc/newlib.mk
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ ifeq (1,$(USE_NEWLIB_NANO))
# the regular system include dirs.
INCLUDES := $(addprefix -isystem ,$(NEWLIB_NANO_INCLUDE_DIR)) $(INCLUDES)

ifneq (,$(filter 1, $(ASSERT_NEWLIB_NANO_HEADER) $(RIOT_CI_BUILD)))
ifneq (,$(filter 1, $(ASSERT_NEWLIB_NANO_HEADER)))
# Add a check to assert newlib-nano is used
INCLUDES += -include '$(RIOTMAKE)/libc/assert_newlib_nano_included.h'
endif
Expand Down

0 comments on commit aa87607

Please sign in to comment.