blob: fb096174ef642dd8b841318c639ed7b4499a56ad [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.
library("amlogic") {
sources = [
"a113-clocks.c",
"aml-pdm-audio.cpp",
"aml-tdm-audio.cpp",
"aml-usb-phy-v2.c",
"s905d2-hiu.c",
"s905d2-mali.c",
"s905d2-pll-rates.c",
]
deps = [
"$zx/system/banjo/ddk-protocol-platform-bus",
"$zx/system/banjo/ddk-protocol-platform-device",
"$zx/system/ulib/ddk",
"$zx/system/ulib/ddktl",
"$zx/system/ulib/driver",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fzl",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}