blob: 3692b4aa15f4b4fb0daa24584251a3aca97ae73e [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/dev/lib/device-protocol-pci",
"$zx/system/ulib/ddk",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
]
}