1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/flatbuffers/Makefile.include

16 lines
461 B
Makefile
Raw Normal View History

2019-11-27 11:54:18 +01:00
INCLUDES += -I$(PKGDIRBASE)/flatbuffers/include
FLATC ?= flatc
ifneq (0,$(shell which flatc > /dev/null 2>&1 ; echo $$?))
2019-11-27 11:54:18 +01:00
FLATC = $(RIOTTOOLS)/flatc/flatc
$(call target-export-variables,all,FLATC)
endif
# This package is a header only package, so there's nothing to build
PSEUDOMODULES += flatbuffers
# LLVM requires an upgrade of flatbuffers, but this breaks pkg/tflite-micro.
# Until this is resolved, LLVM is blacklisted
TOOLCHAINS_BLACKLIST += llvm