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