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

13 lines
222 B
Makefile
Raw Normal View History

2019-11-27 11:54:18 +01:00
PKG_NAME=flatbuffers
PKG_URL=https://github.com/google/flatbuffers
# v23.5.26
PKG_VERSION=0100f6a5779831fa7a651e4b67ef389a8752bd9b
2019-11-27 11:54:18 +01:00
PKG_LICENSE=Apache2.0
include $(RIOTBASE)/pkg/pkg.mk
2021-11-12 19:26:30 +01:00
CFLAGS += -Wno-cast-align
2019-11-27 11:54:18 +01:00
all:
@: