blob: 2fa2efe99d978fa7b4050dc286f8a0653a3367f5 [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",
"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/dev/lib/mmio",
"$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",
]
}