mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
f7c1b3fb91
Update the version of the nanopb package to the latest upstream release.
10 lines
238 B
Makefile
10 lines
238 B
Makefile
PKG_NAME=nanopb
|
|
PKG_URL=https://github.com/nanopb/nanopb
|
|
PKG_VERSION=3eb9a75c1e66e6182e87e2bd758ff2a4d16acbdc # nanopb-0.4.1
|
|
PKG_LICENSE=MIT
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
all:
|
|
"$(MAKE)" -C $(PKG_BUILDDIR) -f $(CURDIR)/Makefile.nanopb
|