mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
410fd5afc8
Because that's what tflite-micro depends on
13 lines
222 B
Makefile
13 lines
222 B
Makefile
PKG_NAME=flatbuffers
|
|
PKG_URL=https://github.com/google/flatbuffers
|
|
# v23.5.26
|
|
PKG_VERSION=0100f6a5779831fa7a651e4b67ef389a8752bd9b
|
|
PKG_LICENSE=Apache2.0
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
CFLAGS += -Wno-cast-align
|
|
|
|
all:
|
|
@:
|