10 lines
296 B
Makefile
10 lines
296 B
Makefile
// SPDX-License-Identifier: GPL-2.0-only
|
|
// SPDX-FileCopyrightText: Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
tegra-se-objs := tegra-se-key.o tegra-se-main.o
|
|
|
|
tegra-se-y += tegra-se-aes.o
|
|
tegra-se-y += tegra-se-hash.o
|
|
|
|
obj-$(CONFIG_CRYPTO_DEV_TEGRA) += tegra-se.o
|