mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
Utilize the ability to have a second config file "system_config" that is specific to the system_type, in this case l4t. Bug 5413835 Change-Id: I883e5d03b19307f702f2db5774ee22e8d2061def Signed-off-by: Brad Griffis <bgriffis@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3420523 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
14 lines
397 B
Makefile
14 lines
397 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
#
|
|
# There can be two config files that are included for a given build:
|
|
#
|
|
# 1. Makefile.config.$(kernel_name)
|
|
# 2. Makefile.config.$(system_type)
|
|
#
|
|
# This file gets included when system_type=l4t for the OOT build.
|
|
#
|
|
|
|
export NV_OOT_HVC_SYSFS_SKIP_BUILD=y
|