blob: df80fa06bbf244dfaea85cc0bb6ea36f4385e4c5 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
source_set("top") {
sources = [
"init.cpp",
"main.cpp",
]
deps = [
"$zx/kernel/arch/$zircon_cpu",
"$zx/kernel/kernel",
"$zx/kernel/lib/debuglog",
"$zx/kernel/lib/userboot",
"$zx/kernel/lib/version",
"$zx/kernel/platform",
"$zx/kernel/target",
]
}