mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
Fix the known bugs in the SE driver and align the driver with upstream add Makefile flags so it will build SE driver for v6.1 or less Bug 4488964 Signed-off-by: Akhil R <akhilrajeev@nvidia.com> Change-Id: I6efa471b6efcd161d36167a0784185f3e0266d7c Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3124250 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
13 lines
361 B
Makefile
13 lines
361 B
Makefile
// SPDX-License-Identifier: GPL-2.0-only
|
|
// SPDX-FileCopyrightText: Copyright (c) 2023-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
ccflags-y += -I$(srctree.nvidia)/drivers/gpu/host1x/include
|
|
|
|
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-m += tegra-se.o
|
|
obj-m += tegra-se-kds.o
|