Squash commits for public release
This commit is contained in:
13
build/boot/BUILD.gn
Normal file
13
build/boot/BUILD.gn
Normal file
@@ -0,0 +1,13 @@
|
||||
group("boot") {
|
||||
if (target_arch == "x86") {
|
||||
deps = [ "x86:bootx86" ]
|
||||
} else if (target_arch == "x86_64") {
|
||||
deps = [ "x86_64:bootx86_64" ]
|
||||
} else if (target_arch == "arm32") {
|
||||
deps = [ "arm32:bootarm" ]
|
||||
} else if (target_arch == "arm64") {
|
||||
deps = [ "arm64:bootarm64" ]
|
||||
} else if (target_arch == "riscv64") {
|
||||
deps = [ "riscv64:bootriscv64" ]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user