summaryrefslogtreecommitdiff
path: root/drivers/crypto/tegra/Makefile
blob: a32001e58eb2f9e920ecd26c759c7626da36e620 (plain)
1
2
3
4
5
6
7
8
9
// 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