mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
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
21 lines
650 B
Makefile
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:
|