mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Hardware/platform abstraction service for TPMs, HSMs, and Root of Trust https://github.com/parallaxsecond/parsec.git Signed-off-by: Saeed Kazemi <kazemi.ms@gmail.com> [Julien: add upstream patch to fix build] Signed-off-by: Julien Olivain <ju.o@free.fr>
13 lines
353 B
Makefile
13 lines
353 B
Makefile
################################################################################
|
|
#
|
|
# parsec
|
|
#
|
|
################################################################################
|
|
|
|
PARSEC_VERSION = 1.4.1
|
|
PARSEC_SITE = $(call github,parallaxsecond,parsec,$(PARSEC_VERSION))
|
|
PARSEC_LICENSE = Apache-2.0
|
|
PARSEC_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(cargo-package))
|