blob: 20eecbcbc180f968f3e4a04e4a197bc0746b0cc5 [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("pty") {
sources = [
"pty-core.c",
"pty-driver.c",
"pty-fifo.c",
]
deps = [
"$zx/system/ulib/ddk",
"$zx/system/ulib/zircon",
]
}