mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
11 lines
242 B
Makefile
11 lines
242 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
# Makefile for asymmetric cryptographic keys
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_ASYMMETRIC_KEY_TYPE) += asymmetric_keys.o
|
||
|
|
||
|
asymmetric_keys-y := asymmetric_type.o
|
||
|
|
||
|
obj-$(CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE) += public_key.o
|