mirror of
git://nv-tegra.nvidia.com/linux/kernel-devicetree.git
synced 2025-12-22 09:11:28 +03:00
There is path difference between kleaf build environment and the existing environment, Use the condition CONFIG_TEGRA_KLEAF_BUILD to adjust the relative path. Bug 4344670 Change-Id: I4fe35944467cd3ed76e111c9c3588bcb9032511f Reviewed-on: https://git-master.nvidia.com/r/c/linux/kernel-devicetree/+/3171629 Reviewed-by: svcacv <svcacv@nvidia.com> Tested-by: Jian-Min Liu <jianminl@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
23 lines
412 B
Python
23 lines
412 B
Python
# SPDX-License-Identifier: GPL-2.0-only
|
|
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
package(
|
|
default_visibility = [
|
|
"//visibility:public",
|
|
],
|
|
)
|
|
|
|
filegroup(
|
|
name = "devicetree.scripts",
|
|
srcs = glob([
|
|
"scripts/**/*",
|
|
]),
|
|
)
|
|
|
|
filegroup(
|
|
name = "generic-dts.srcs",
|
|
srcs = glob([
|
|
"generic-dts/**/*",
|
|
]),
|
|
)
|