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