mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 17:55:05 +03:00
The required headers for psc driver are already included in the master makefile. Hence, it is not required to add include path explicitly. Bug 4087103 Change-Id: Ia77098f143648020b4c81a4556f7bdfbec03ed36 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2894620 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com> Tested-by: Liang Cheng (SW) <licheng@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
12 lines
279 B
Makefile
12 lines
279 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (c) 2020-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
GCOV_PROFILE := y
|
|
|
|
ccflags-y += -Werror
|
|
|
|
obj-m += tegra23x_psc.o
|
|
tegra23x_psc-objs := tegra23x_psc_mailbox.o
|
|
|
|
tegra23x_psc-$(CONFIG_DEBUG_FS) += psc_debug.o
|