Skip to content

Commit

Permalink
newlib.mk: sanity check for newlib-nano header for ci builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cladmi committed Jul 6, 2018
1 parent 0e14df5 commit 095128a
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 @@ -92,7 +92,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)))
ifneq (,$(filter 1, $(ASSERT_NEWLIB_NANO_HEADER) $(RIOT_CI_BUILD)))
# Add a check to assert newlib-nano is used
CFLAGS += -include '$(RIOTMAKE)/libc/assert_newlib_nano_included.h'
endif
Expand Down

0 comments on commit 095128a

Please sign in to comment.