blob: 55a069f0efd20decfbaf2d73460b3f6d7057faed [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("nvme") {
sources = [
"nvme.c",
]
deps = [
"$zx/system/banjo/ddk-protocol-block",
"$zx/system/banjo/ddk-protocol-pci",
"$zx/system/ulib/ddk",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
]
}