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
233 B
Makefile
11 lines
233 B
Makefile
PKG_NAME=lz4
|
|
PKG_URL=https://github.com/lz4/lz4
|
|
# v1.9.3
|
|
PKG_VERSION=d44371841a2f1728a3f36839fd4b7e872d0927d3
|
|
PKG_LICENSE=BSD
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
all:
|
|
$(QQ)"$(MAKE)" -f $(CURDIR)/$(PKG_NAME).mk -C $(PKG_SOURCE_DIR)/lib
|