You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
PKG_NAME=libcoap |
|
PKG_URL=https://github.com/obgm/libcoap |
|
PKG_VERSION=ef41ce5d02d64cec0751882ae8fd95f6c32bc018 |
|
PKG_LICENSE=BSD-2-Clause |
|
|
|
.PHONY: all |
|
|
|
all: git-download |
|
"$(MAKE)" -C $(PKG_BUILDDIR) |
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|