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