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).
13 lines
293 B
Makefile
13 lines
293 B
Makefile
PKG_NAME = libb2
|
|
PKG_URL = https://github.com/BLAKE2/libb2
|
|
# v0.98.1
|
|
PKG_VERSION = 2c5142f12a2cd52f3ee0a43e50a3a76f75badf85
|
|
PKG_LICENSE = CC0-1.0
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
CFLAGS += -Wno-cast-align
|
|
|
|
all:
|
|
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/src -f $(CURDIR)/Makefile.$(PKG_NAME)
|