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

11 lines
257 B
Makefile
Raw Normal View History

2018-05-23 16:58:25 +02:00
PKG_NAME=tinycbor
PKG_URL=https://github.com/intel/tinycbor
2020-08-17 16:29:48 +02:00
# Tinycbor v0.5.3
PKG_VERSION=755f9ef932f9830a63a712fd2ac971d838b131f1
2018-05-23 16:58:25 +02:00
PKG_LICENSE=MIT
include $(RIOTBASE)/pkg/pkg.mk
2018-05-23 16:58:25 +02:00
all:
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/src -f $(CURDIR)/Makefile.tinycbor