Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v6.19-rc1 9 lines 296 B view raw
1// SPDX-License-Identifier: GPL-2.0-only 2// SPDX-FileCopyrightText: Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved. 3 4tegra-se-objs := tegra-se-key.o tegra-se-main.o 5 6tegra-se-y += tegra-se-aes.o 7tegra-se-y += tegra-se-hash.o 8 9obj-$(CONFIG_CRYPTO_DEV_TEGRA) += tegra-se.o