mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
240 B
Makefile
10 lines
240 B
Makefile
PKG_NAME=nanopb
|
|
PKG_URL=https://github.com/nanopb/nanopb
|
|
PKG_VERSION=1466e6f953835b191a7f5acf0c06c941d4cd33d9 # nanopb-0.4.3
|
|
PKG_LICENSE=MIT
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
all:
|
|
"$(MAKE)" -C $(PKG_SOURCE_DIR) -f $(RIOTBASE)/Makefile.base
|