aboutsummaryrefslogtreecommitdiff
path: root/grub/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'grub/BUILD.bazel')
-rw-r--r--grub/BUILD.bazel9
1 files changed, 9 insertions, 0 deletions
diff --git a/grub/BUILD.bazel b/grub/BUILD.bazel
new file mode 100644
index 0000000..2d12cc1
--- /dev/null
+++ b/grub/BUILD.bazel
@@ -0,0 +1,9 @@
+package(default_visibility = ["//visibility:public"])
+
+exports_files(["grub.cfg"])
+
+cc_library(
+ name = "multiboot2",
+ hdrs = ["include/multiboot2.h"],
+ includes = ["include"],
+)