################################### tell Emacs this is a -*- makefile-gmake -*- # # SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: GPL-2.0-only # # This program is free software; you can redistribute it and/or modify it # under the terms and conditions of the GNU General Public License, # version 2, as published by the Free Software Foundation. # # This program is distributed in the hope it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for # more details. # # tmake for SW Mobile # # Repository umbrella makefile fragment for "libnvsochwpm" # ############################################################################### # # Build tools in this repository # #NV_REPOSITORY_BUILD_TOOLS := # # Components in this repository # NV_REPOSITORY_COMPONENTS := \ tmake/lib \ tmake/test # Local Variables: # indent-tabs-mode: t # tab-width: 8 # End: