mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
All build errors have been now addressed by previous commits in the series. Now enable OOT drivers build. To do so, update top level makefile to include drivers path and update the internal makefile to build individual drivers. Some of the AHUB drivers are already upstreamed and are part of v5.15 core kernel. But presently the drivers are copied to provide full feature set. To differentiate core modules from OOT modules the *.ko files here use "oot" string. Bug 3583581 Change-Id: I21d51c542ed4ed7dddf7cf8d8202ebc496049fff Signed-off-by: Sameer Pujar <spujar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2774434 Reviewed-by: Mohan Kumar D <mkumard@nvidia.com> Reviewed-by: Sharad Gupta <sharadg@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
6 lines
144 B
Makefile
6 lines
144 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
obj-m += drivers/
|
|
obj-m += sound/soc/tegra/
|