blob: 82f6f64808a90604ebd388ede1a2f7c247cf95f4 [file] [log] [blame]
import("//build/image/image.gni")
vm_kernel("test_vm") {
testonly = true
sources = [
"vm_entry.S",
"kmain.c",
]
deps = [
"//src:common",
"//src:common_debug",
"//src/arch/${arch}:entry",
]
}
initrd("test_vm_initrd") {
testonly = true
primary_vm = ":test_vm"
}