1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/tinydtls/Makefile

13 lines
263 B
Makefile
Raw Normal View History

PKG_NAME=tinydtls
PKG_URL=https://github.com/rfuentess/TinyDTLS.git
# PKG_VERSION=RIOT-OS
2016-11-03 16:53:24 +01:00
PKG_VERSION=d06ad84d3e8bd3e86f7557faee34b68d5f8c0129
PKG_LICENSE=EPL-1.0,EDL-1.0
.PHONY: all
all: git-download
$(MAKE) -C $(PKG_BUILDDIR)
include $(RIOTBASE)/pkg/pkg.mk