mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/tiny-asn1: remove non existing include directory
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.
This commit is contained in:
parent
a8e3b6846d
commit
48143e9389
@ -3,9 +3,6 @@ PKG_URL = https://gitlab.com/mtausig/tiny-asn1.git
|
||||
PKG_VERSION = 82e3a26273900b532e33e5b377f193fa08ee7d1b
|
||||
PKG_LICENSE = LGPL-3
|
||||
|
||||
export TINYASN1_ROOT=$(CURDIR)
|
||||
INCLUDES+=-I$(TINYASN1_ROOT)/src
|
||||
|
||||
.PHONY: all
|
||||
|
||||
all: git-download
|
||||
|
Loading…
Reference in New Issue
Block a user