blob: c0f5cb3b23948addff8180ad50ce7813f9d1588d [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
zx_library("psci") {
kernel = true
sources = [ "psci.cc" ]
deps = [
"$zx/kernel/dev/pdev",
"$zx/kernel/lib/console",
]
}