blob: 903fe5208110f2e71e3035469ce55cc337ab2f24 [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("msm8x53-som") {
sources = [
"msm8x53-clock.cpp",
"msm8x53-gpio.cpp",
"msm8x53-pil.cpp",
"msm8x53-power.cpp",
"msm8x53-sdc1.cpp",
"msm8x53.cpp",
]
deps = [
"$zx/system/banjo/ddk-protocol-platform-bus",
"$zx/system/dev/lib/msm8x53",
"$zx/system/ulib/ddk",
"$zx/system/ulib/ddktl",
"$zx/system/ulib/fbl",
"$zx/system/ulib/hwreg",
]
data_deps = [
"$zx/kernel/target/arm64/boot-shim:msm8x53-som",
]
}