mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
Port the downstream nvpmodel driver to the OOT project. The following items summarize the change: - Original bwmgr APIs are removed - Clock cap for other clocks except for EMC is removed since userspace nvpmodel service will handle clock cap for other clocks Bug 3779573 Signed-off-by: Johnny Liu <johnliu@nvidia.com> Change-Id: Ib297dfed808dad03d1450860c24156da1a84b4ca Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2773538 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
34 lines
636 B
Makefile
34 lines
636 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
LINUXINCLUDE += -I$(srctree.nvidia-oot)/include
|
|
|
|
obj-m += block/tegra_virt_storage/
|
|
obj-m += crypto/
|
|
obj-m += devfreq/
|
|
obj-m += dma/
|
|
obj-m += firmware/tegra/
|
|
obj-m += gpu/
|
|
obj-m += hwmon/
|
|
obj-m += i2c/busses/
|
|
obj-m += mfd/
|
|
obj-m += misc/
|
|
obj-m += net/
|
|
obj-m += nvpps/
|
|
obj-m += nvpmodel/
|
|
obj-m += pci/
|
|
obj-m += pinctrl/
|
|
obj-m += platform/tegra/
|
|
obj-m += pwm/
|
|
obj-m += ras/
|
|
obj-m += rtc/
|
|
obj-m += scsi/ufs/
|
|
obj-m += soc/tegra/
|
|
obj-m += spi/
|
|
obj-m += thermal/
|
|
obj-m += watchdog/
|
|
obj-m += video/tegra/
|
|
obj-m += virt/tegra/
|
|
obj-m += media/
|
|
|