1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #9713 from basilfx/feature/efm32_llvm

pkg: gecko_sdk: update for llvm support
This commit is contained in:
Martine Lenders 2018-08-06 09:43:55 +02:00 committed by GitHub
commit d1df12edf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,15 @@
PKG_NAME=gecko_sdk
PKG_URL=https://github.com/basilfx/RIOT-gecko-sdk
PKG_VERSION=a5e7be18ef3d7947ab6f04f9cd74f8808da7aece
PKG_VERSION=6f076bc0557e6f9a44a9d08e0a734f0d24d7c97c
PKG_LICENSE=Zlib
ifneq ($(CPU),efm32)
$(error This package can only be used with EFM32 CPUs)
endif
CFLAGS += -Wno-int-in-bool-context
ifneq (llvm,$(TOOLCHAIN))
CFLAGS += -Wno-int-in-bool-context
endif
.PHONY: all