blob: 806f17ce13478cce68c458e11b30fa32a3c5d7e8 [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
library("hw_rng") {
kernel = true
sources = [
"debug.cpp",
]
deps = [
"$zx/kernel/lib/console",
]
}