Skip to content

Commit

Permalink
pkg/tinycryp: supress llvm warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fjmolinas committed Sep 7, 2021
1 parent a6f3bc9 commit ca91981
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/tinycrypt/Makefile
Expand Up @@ -5,5 +5,7 @@ PKG_LICENSE=BSD-3-Clause

include $(RIOTBASE)/pkg/pkg.mk

CFLAGS += -Wno-newline-eof

all: Makefile.tinycrypt
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/lib/source/ -f $(CURDIR)/Makefile.tinycrypt -f $(RIOTBASE)/Makefile.base MODULE=$(PKG_NAME)

0 comments on commit ca91981

Please sign in to comment.