mirror of
git://nv-tegra.nvidia.com/linux-hwpm.git
synced 2025-12-22 09:12:05 +03:00
Fixing the paths used in the tmake files to build userspace library and test. JIRA MSST-830 Change-Id: Ib4469794d66aa20ae343b367acdc4f43b5e3c4ab Signed-off-by: Besar Wicaksono <bwicaksono@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-hwpm/+/3363640 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Yifei Wan <ywan@nvidia.com> Reviewed-by: Vasuki Shankar <vasukis@nvidia.com>
35 lines
1.0 KiB
Makefile
35 lines
1.0 KiB
Makefile
################################### 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:
|