Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pkg: tiny-asn1: add license information, cleanup
  • Loading branch information
kaspar030 committed Jan 8, 2017
1 parent e151c03 commit 487e3e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/tiny-asn1/Makefile
@@ -1,6 +1,7 @@
PKG_NAME = tiny-asn1
PKG_URL = https://gitlab.com/matthegap/tiny-asn1.git
PKG_VERSION = b09f058966c6296904487c3f8fc04c68fe83b2cc
PKG_LICENSE = LGPL-3

export TINYASN1_ROOT=$(CURDIR)
INCLUDES+=-I$(TINYASN1_ROOT)/src
Expand All @@ -9,4 +10,5 @@ INCLUDES+=-I$(TINYASN1_ROOT)/src

all: git-download
$(MAKE) -C $(PKG_BUILDDIR)/src

include $(RIOTBASE)/pkg/pkg.mk

0 comments on commit 487e3e9

Please sign in to comment.