blob: ff696d5a42f3a5a0393e395fffcff7fa1b7feaf8 [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("aml-usb-phy-v2") {
sources = [
"aml-usb-phy.cc",
]
deps = [
"$zx/system/banjo/ddk.protocol.platform.device",
"$zx/system/banjo/ddk.protocol.usb.phy",
"$zx/system/dev/lib/amlogic",
"$zx/system/dev/lib/device-protocol-pdev",
"$zx/system/dev/lib/mmio",
"$zx/system/ulib/ddk",
"$zx/system/ulib/ddktl",
"$zx/system/ulib/fbl",
"$zx/system/ulib/hwreg",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}