diff --git a/dist/tools/gen_suit_cbor/Makefile b/dist/tools/gen_suit_cbor/Makefile new file mode 100644 index 000000000000..3c3f1de54599 --- /dev/null +++ b/dist/tools/gen_suit_cbor/Makefile @@ -0,0 +1,11 @@ +PKG_NAME=gen_suit_cbor +PKG_URL=https://github.com/ARMmbed/suit-manifest-generator.git +PKG_VERSION=5edd46d04f5833417d4388c68317da7e956be249 +PKG_LICENSE=Apache-2.0 +PKG_BUILDDIR=$(CURDIR)/bin + +.PHONY: all + +all: git-download + +include $(RIOTBASE)/pkg/pkg.mk