blob: 27de5c1f31d220f4966629d45cc3a720167e840a [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",
]
}