mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
feff412bcc
Makefiles don't do comments, so these were forwarded into the variable. *Most* users would expand the arguments to a shell where it'd be ignored, but not all of them. Contributes-To: https://github.com/RIOT-OS/RIOT/pull/18489 (This is also where the one version that is added here was removed).
11 lines
238 B
Makefile
11 lines
238 B
Makefile
PKG_NAME=nanopb
|
|
PKG_URL=https://github.com/nanopb/nanopb
|
|
# 0.4.6
|
|
PKG_VERSION=afc499f9a410fc9bbf6c9c48cdd8d8b199d49eb4
|
|
PKG_LICENSE=MIT
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
all:
|
|
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR) -f $(RIOTBASE)/Makefile.base
|