projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
lib: add crypt subsystem
[platform/kernel/u-boot.git]
/
lib
/
crypt
/
Makefile
1
# SPDX-License-Identifier: GPL-2.0+
2
#
3
# Copyright (c) 2021, Steffen Jaeckel <jaeckel-floss@eyet-services.de>
4
5
obj-$(CONFIG_CRYPT_PW) += crypt.o
6
obj-$(CONFIG_CRYPT_PW_SHA256) += crypt-sha256.o
7
obj-$(CONFIG_CRYPT_PW_SHA512) += crypt-sha512.o