Skip to content
Snippets Groups Projects
Unverified Commit d1df12ed authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #9713 from basilfx/feature/efm32_llvm

pkg: gecko_sdk: update for llvm support
parents f215ee3d b6265567
No related branches found
No related tags found
No related merge requests found
PKG_NAME=gecko_sdk PKG_NAME=gecko_sdk
PKG_URL=https://github.com/basilfx/RIOT-gecko-sdk PKG_URL=https://github.com/basilfx/RIOT-gecko-sdk
PKG_VERSION=a5e7be18ef3d7947ab6f04f9cd74f8808da7aece PKG_VERSION=6f076bc0557e6f9a44a9d08e0a734f0d24d7c97c
PKG_LICENSE=Zlib PKG_LICENSE=Zlib
ifneq ($(CPU),efm32) ifneq ($(CPU),efm32)
$(error This package can only be used with EFM32 CPUs) $(error This package can only be used with EFM32 CPUs)
endif endif
CFLAGS += -Wno-int-in-bool-context ifneq (llvm,$(TOOLCHAIN))
CFLAGS += -Wno-int-in-bool-context
endif
.PHONY: all .PHONY: all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment