brintos

brintos / linux-shallow public Read only

0
0
Text · 296 B · a32001e Raw
10 lines · plain
1// SPDX-License-Identifier: GPL-2.0-only2// SPDX-FileCopyrightText: Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.3 4tegra-se-objs := tegra-se-key.o tegra-se-main.o5 6tegra-se-y += tegra-se-aes.o7tegra-se-y += tegra-se-hash.o8 9obj-$(CONFIG_CRYPTO_DEV_TEGRA) += tegra-se.o10