blob: 73080ba2a2133571d78ff5653ac2ba6b02c00041 [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("builtin") {
sources = [
"null.c",
"root.c",
"zero.c",
]
deps = [
"$zx/system/ulib/ddk",
"$zx/system/ulib/zircon",
]
}