mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
257 B
Makefile
11 lines
257 B
Makefile
PKG_NAME=tinycbor
|
|
PKG_URL=https://github.com/intel/tinycbor
|
|
# Tinycbor v0.6.0
|
|
PKG_VERSION=d393c16f3eb30d0c47e6f9d92db62272f0ec4dc7
|
|
PKG_LICENSE=MIT
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
all:
|
|
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/src -f $(CURDIR)/Makefile.tinycbor
|