mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
sbctl intends to be a user-friendly secure boot key manager capable of setting up secure boot, offer key management capabilities, and keep track of files that needs to be signed in the boot chain. Signed-off-by: Hendrik De Vloed <hendrik.devloed@dekimo.com> Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
396 B
Makefile
15 lines
396 B
Makefile
################################################################################
|
|
#
|
|
# sbctl
|
|
#
|
|
################################################################################
|
|
|
|
SBCTL_VERSION = 0.18
|
|
SBCTL_SITE = $(call github,foxboron,sbctl,$(SBCTL_VERSION))
|
|
SBCTL_LICENSE = MIT
|
|
SBCTL_LICENSE_FILES = LICENSE
|
|
SBCTL_BUILD_TARGETS = cmd/sbctl
|
|
SBCTL_DEPENDENCIES = pcsc-lite
|
|
|
|
$(eval $(golang-package))
|