mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
Makfile: dkms: Get rid of srctree.nvidia
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>
This commit is contained in:
committed by
mobile promotions
parent
d4185fbe2e
commit
214da5b3d2
@@ -4,5 +4,4 @@
|
||||
KDIR ?= /lib/modules/$(shell uname -r)/build
|
||||
|
||||
%:
|
||||
$(MAKE) -C $(KDIR) M=$$PWD/drivers/ srctree.nvidia-oot=$$PWD \
|
||||
srctree.nvidia=$$PWD CONFIG_TEGRA_OOT_MODULE=m $@
|
||||
$(MAKE) -C $(KDIR) M=$$PWD/drivers/ srctree.nvidia-oot=$$PWD CONFIG_TEGRA_OOT_MODULE=m $@
|
||||
|
||||
Reference in New Issue
Block a user