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(