You cannot 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=jsmn
|
|
PKG_URL=https://github.com/zserge/jsmn
|
|
PKG_VERSION=b77d84ba48e057aa464b6c6b6f6209e632918cb3
|
|
|
|
.PHONY: all
|
|
|
|
all: git-download
|
|
"$(MAKE)" -C $(PKG_BUILDDIR)
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|