blob: ec489869d7c03f8f67279df69f2e3379e98200a3 [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.
driver("serial") {
sources = [
"serial.c",
]
deps = [
"$zx/system/banjo/ddk-protocol-serial",
"$zx/system/banjo/ddk-protocol-serialimpl",
"$zx/system/ulib/ddk",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
]
}