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