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=emb6
|
|
PKG_URL=https://github.com/hso-esk/emb6.git
|
|
PKG_VERSION=14e4a3cfff01644e078870e14e16a1fe60dcc895
|
|
PKG_LICENSE=BSD-3-Clause
|
|
|
|
.PHONY: all
|
|
|
|
all: git-download
|
|
"$(MAKE)" -C $(PKG_BUILDDIR)
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|