blob: 383c76e3e69940c7eb800114790b99a89d528137 [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.cc",
]
deps = [
"$zx/kernel/dev/pdev",
]
}