mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
ed4d871835
Automatically fetch the upstream version of cc2538-bsl.py instead of maintaining our own fork of the tool. fixes #13566
11 lines
249 B
Makefile
11 lines
249 B
Makefile
PKG_NAME=cc2538-bsl
|
|
PKG_URL=https://github.com/JelmerT/cc2538-bsl.git
|
|
PKG_VERSION=733e6f5b496402e40ad6d12df3d0372e205b8883
|
|
PKG_LICENSE=BSD-3-Clause
|
|
PKG_BUILDDIR=$(CURDIR)/bin
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
all:
|
|
cp $(PKG_BUILDDIR)/cc2538-bsl.py .
|