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