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
2022-02-02 14:44:50 +01:00
# Tinycbor v0.6.0
PKG_VERSION=d393c16f3eb30d0c47e6f9d92db62272f0ec4dc7
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