blob: 877459d61b5f323b78d6dedbc4f8c8c0c6959697 [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("sdhci") {
sources = [
"sdhci.c",
]
deps = [
"$zx/system/banjo/ddk.protocol.block",
"$zx/system/banjo/ddk.protocol.sdhci",
"$zx/system/banjo/ddk.protocol.sdmmc",
"$zx/system/ulib/ddk",
"$zx/system/ulib/pretty",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
]
}