blob: b8078d540601a9c16f8af99067b4bc006a460dc5 [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("amlogic_s905") {
sources = [
"uart.cpp",
]
deps = [
"$zx/kernel/dev/pdev",
"$zx/kernel/dev/pdev/uart",
"$zx/kernel/lib/cbuf",
"$zx/kernel/lib/debuglog",
]
}