mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
251 B
Makefile
11 lines
251 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_SOURCE_DIR)/cc2538-bsl.py .
|