xref: /linux/drivers/crypto/tegra/Makefile (revision 621cde16e49b3ecf7d59a8106a20aaebfb4a59a9)
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
10