Files
linux-nvgpu/libs/igpu/Makefile.tmk
Atul 76db00b237 gpu: nvgpu: Fix licensing issues
Fixed the licensing issue in docx and make file
Deleted checker/hw_register_generator.c as it was added during
initial checker development, but now the design has changed, so it is not needed now.

Bug 5332352

Change-Id: I39f1135cd2f1fd9a7038619df4668f6d9625da10
Signed-off-by: Atul <atanand@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/3421968
Reviewed-by: Sagar Kamble <skamble@nvidia.com>
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
Reviewed-by: Vaibhav Kachore <vkachore@nvidia.com>
(cherry picked from commit c0ffddfeb956368e0e7dddd4a4372bc2db7ab2e1)
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/3425812
2025-08-08 02:38:55 -07:00

21 lines
650 B
Makefile

################################### tell Emacs this is a -*- makefile-gmake -*-
# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: Copyright (c) 2020-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
###############################################################################
ifdef NV_COMPONENT_FLAG_SHARED_LIBRARY_SECTION
include $(NV_BUILD_START_COMPONENT)
NV_COMPONENT_STRICT_WARNINGS_qnx_64 := 1
NV_COMPONENT_NAME := nvgpu-drv-igpu
include $(NV_COMPONENT_DIR)/../Makefile.common.tmk
include $(NV_BUILD_SHARED_LIBRARY)
endif
# Local Variables:
# indent-tabs-mode: t
# tab-width: 8
# End:
# vi: set tabstop=8 noexpandtab: