From 0a60f5f1699de2cf0716760ecf1b67a6447a9b50 Mon Sep 17 00:00:00 2001 From: Frankie Chang Date: Wed, 12 Mar 2025 02:08:01 +0000 Subject: [PATCH] kleaf: add pci.includes for tests-oot Need to add pci.includes to build tests-oot via kleaf build. Bug 4344670 Change-Id: I9f032708d1787940c21a7cd1688cc9ec9dbd0d72 Signed-off-by: Frankie Chang Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3317708 Reviewed-by: Jian-Min Liu Reviewed-by: Ankita Garg GVS: buildbot_gerritrpt Reviewed-by: svcacv --- BUILD.bazel | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/BUILD.bazel b/BUILD.bazel index 4adf7273..a3e83c8f 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -31,6 +31,13 @@ filegroup( ]), ) +filegroup( + name = "pci.includes", + srcs = glob([ + "drivers/pci/endpoint/functions/*.h", + ]), +) + kernel_module( name = "nvoot", srcs = glob(