blob: ca1f087f91885a96dee8f069d7569320e318a2b9 [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("max98927") {
sources = [
"max98927.cc",
]
deps = [
"$zx/system/banjo/ddk.protocol.i2c",
"$zx/system/banjo/ddk.protocol.pci",
"$zx/system/dev/lib/device-protocol-i2c",
"$zx/system/fidl/fuchsia-hardware-audiocodec:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/ddktl",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fidl-utils",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}