From 2d06e05d6eae66dde8fd04a5bdbc14d22a72bf5f Mon Sep 17 00:00:00 2001 From: Brad Griffis Date: Wed, 30 Jul 2025 19:41:34 +0000 Subject: [PATCH] configs: add Makefile.config.l4t 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 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3420523 GVS: buildbot_gerritrpt Reviewed-by: Laxman Dewangan Reviewed-by: Jon Hunter --- configs/Makefile.config.l4t | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 configs/Makefile.config.l4t diff --git a/configs/Makefile.config.l4t b/configs/Makefile.config.l4t new file mode 100644 index 00000000..1b1cef04 --- /dev/null +++ b/configs/Makefile.config.l4t @@ -0,0 +1,13 @@ +# 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