blob: d500769c51cd810a46898bf3a3bc758d9812dc56 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("pl011") {
sources = [
"uart.cpp",
]
deps = [
"$zx/kernel/dev/pdev",
"$zx/kernel/dev/pdev/uart",
"$zx/kernel/lib/cbuf",
"$zx/kernel/lib/debuglog",
]
}