diff options
author | aqua <aqua@iserlohn-fortress.net> | 2024-03-08 17:24:49 +0200 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2024-03-08 22:00:07 +0200 |
commit | 20b97ea7c0dbbdc13800e12ff5c86c00c4a342ec (patch) | |
tree | 473281e5fc8b256827ce1a678573444e1aa5f669 /platforms | |
parent | Generate src/conf.h (diff) | |
download | kernel-20b97ea7c0dbbdc13800e12ff5c86c00c4a342ec.tar.xz |
Bazel build
Diffstat (limited to 'platforms')
-rw-r--r-- | platforms/BUILD.bazel | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/platforms/BUILD.bazel b/platforms/BUILD.bazel new file mode 100644 index 0000000..1f13594 --- /dev/null +++ b/platforms/BUILD.bazel @@ -0,0 +1,7 @@ +platform( + name = "i386", + constraint_values = [ + "@platforms//cpu:i386", + "@platforms//os:none", + ], +) |