mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
296 B
Makefile
10 lines
296 B
Makefile
|
PKG_NAME = qcbor
|
||
|
PKG_URL = https://github.com/laurencelundblade/QCBOR
|
||
|
PKG_VERSION = 7e8effa94174c33e4acaf737adf6aef16c092c49 # Commit on Mar 9, 2020
|
||
|
PKG_LICENSE = BSD-3-Clause
|
||
|
|
||
|
include $(RIOTBASE)/pkg/pkg.mk
|
||
|
|
||
|
all:
|
||
|
"$(MAKE)" -C $(PKG_BUILDDIR)/src -f $(RIOTPKG)/qcbor/Makefile.$(PKG_NAME)
|