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>
12 lines
281 B
Makefile
12 lines
281 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
ifdef CONFIG_TEGRA_HOST1X
|
|
obj-m += tegra-hv-vse-safety.o
|
|
obj-m += tegra-nvvse-cryptodev.o
|
|
ifdef CONFIG_CRYPTO_ENGINE
|
|
obj-m += tegra/
|
|
endif
|
|
endif
|
|
obj-m += tegra-se-nvrng.o
|