mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 17:52:45 +01:00
10 lines
215 B
Makefile
10 lines
215 B
Makefile
|
PKG_NAME=flatbuffers
|
||
|
PKG_URL=https://github.com/google/flatbuffers
|
||
|
PKG_VERSION=v1.11.0
|
||
|
PKG_LICENSE=Apache2.0
|
||
|
|
||
|
include $(RIOTBASE)/pkg/pkg.mk
|
||
|
|
||
|
all:
|
||
|
"$(MAKE)" -C $(PKG_BUILDDIR)/src -f $(CURDIR)/Makefile.$(PKG_NAME)
|