mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
48143e9389
In this Makefile, 'CURDIR' is RIOTBASE/pkg/tiny-asn1 directory which does not exist and not PKGDIRBASE/tiny-asn1. The correct include directory is set by pkg/tiny-asn1/Makefile.include.
12 lines
246 B
Makefile
12 lines
246 B
Makefile
PKG_NAME = tiny-asn1
|
|
PKG_URL = https://gitlab.com/mtausig/tiny-asn1.git
|
|
PKG_VERSION = 82e3a26273900b532e33e5b377f193fa08ee7d1b
|
|
PKG_LICENSE = LGPL-3
|
|
|
|
.PHONY: all
|
|
|
|
all: git-download
|
|
"$(MAKE)" -C $(PKG_BUILDDIR)/src
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|