blob: 28f7caee9acaabcfdf18eb0475f25812a9af5323 [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("amlogic_s905") {
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",
]
}