mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
Bug 4697511 Bug 5401876 Bug 5401884 Change-Id: I4bbdffb3565d191289148f0689f82e2aa0b74d2d Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3411919 Reviewed-by: Brad Griffis <bgriffis@nvidia.com> Reviewed-by: Ishan Shah <ishah@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
8 lines
200 B
Makefile
8 lines
200 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2022-2025, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
obj-m += cpuidle-tegra-auto.o
|
|
obj-m += cpuidle-debugfs.o
|
|
|
|
CFLAGS_cpuidle-debugfs.o := -I$(src)
|