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).
12 lines
293 B
Makefile
12 lines
293 B
Makefile
PKG_NAME=mbedtls
|
|
PKG_URL=https://github.com/ARMmbed/mbedtls.git
|
|
# v2.28.0
|
|
PKG_VERSION=8b3f26a5ac38d4fdccbc5c5366229f3e01dafcc0
|
|
PKG_LICENSE=Apache-2.0
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
all:
|
|
$(QQ)"$(MAKE)" -C $(PKGDIRBASE)/mbedtls/library/ \
|
|
-f $(RIOTBASE)/Makefile.base MODULE=$(PKG_NAME)
|