mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
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 .
|