blob: e5f5a0d4ae3a36e01b2b79a448cc6f2008371e9c [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("alc5514") {
sources = [
"alc5514.cpp",
"binding.c",
]
deps = [
"$zx/system/banjo/ddk.protocol.i2c",
"$zx/system/banjo/ddk.protocol.pci",
"$zx/system/ulib/ddk",
"$zx/system/ulib/ddktl",
"$zx/system/ulib/fbl",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxcpp",
]
}