mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 23:41:18 +01:00
- fixes usage with recent google.protobuf versions - tested with versions: 4.21.12, 6.31.1
10 lines
204 B
Makefile
10 lines
204 B
Makefile
PKG_NAME=nanopb
|
|
PKG_URL=https://github.com/nanopb/nanopb
|
|
PKG_VERSION=nanopb-0.4.9.1
|
|
PKG_LICENSE=MIT
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
all:
|
|
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR) -f $(RIOTBASE)/Makefile.base
|