Makefile 296 B

123456789
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. // SPDX-FileCopyrightText: Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
  3. tegra-se-objs := tegra-se-key.o tegra-se-main.o
  4. tegra-se-y += tegra-se-aes.o
  5. tegra-se-y += tegra-se-hash.o
  6. obj-$(CONFIG_CRYPTO_DEV_TEGRA) += tegra-se.o