diff options
| author | Anup Patel <[email protected]> | 2024-08-06 10:45:11 +0530 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2024-12-06 09:26:40 +0530 |
| commit | ff4769bf08b50c61bb48f37ea00a17737096e2b5 (patch) | |
| tree | c7f807fb05a5c379afa7a8c73706c8b802304cb9 /lib/utils/hsm/objects.mk | |
| parent | 9d760b810e184479c65c2537594beaf4657f02ed (diff) | |
lib: utils: Add simple FDT based HSM driver framework
The generic platform can have multiple HSM drivers so add a simple
FDT based HSM driver framework.
Signed-off-by: Anup Patel <[email protected]>
Diffstat (limited to 'lib/utils/hsm/objects.mk')
| -rw-r--r-- | lib/utils/hsm/objects.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/utils/hsm/objects.mk b/lib/utils/hsm/objects.mk new file mode 100644 index 00000000..49337bf5 --- /dev/null +++ b/lib/utils/hsm/objects.mk @@ -0,0 +1,11 @@ +# +# SPDX-License-Identifier: BSD-2-Clause +# +# Copyright (c) 2024 Ventana Micro Systems Inc. +# +# Authors: +# Anup Patel <[email protected]> +# + +libsbiutils-objs-$(CONFIG_FDT_HSM) += hsm/fdt_hsm.o +libsbiutils-objs-$(CONFIG_FDT_HSM) += hsm/fdt_hsm_drivers.carray.o |
