blob: 86eeb3200338cc80601453cfb45421b78e918e2e [file] [log] [blame] [edit]
# 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("pl011") {
sources = [ "uart.cc" ]
deps = [
"//zircon/kernel/dev/pdev",
"//zircon/kernel/dev/pdev/uart",
"//zircon/kernel/lib/arch",
"//zircon/kernel/lib/cbuf",
"//zircon/kernel/lib/debuglog",
"//zircon/system/ulib/zxc:zx",
]
}