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).
10 lines
198 B
Makefile
10 lines
198 B
Makefile
PKG_NAME=nrfx
|
|
PKG_URL=https://github.com/NordicSemiconductor/nrfx
|
|
# Release 2.7.0
|
|
PKG_VERSION=3521c97df0b9549daecf867fb588f62819c317b4
|
|
PKG_LICENSE=BSD-3-Clause
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
all:
|