mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
The OOT drivers are no more required the srctree.nvidia to be set. Removing this initialization. Bug 4087103 Change-Id: I3485d387e9da92d02407070308496b9a5c8a5d1f Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2903845 Reviewed-by: svcacv <svcacv@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
8 lines
240 B
Plaintext
8 lines
240 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
KDIR ?= /lib/modules/$(shell uname -r)/build
|
|
|
|
%:
|
|
$(MAKE) -C $(KDIR) M=$$PWD/drivers/ srctree.nvidia-oot=$$PWD CONFIG_TEGRA_OOT_MODULE=m $@
|