Sign in
fuchsia
/
fuchsia
/
a874276
/
.
/
zircon
/
kernel
/
dev
/
pdev
/
uart
/
BUILD.gn
blob: 5e5a6d0267fd1472cf34ab43bb2fa371c0b16508 [
file
]
# 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"
]
}