blob: c116558412d3c368170a9b0d2e964d315bb3ae87 [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("msm8998") {
sources = [
"msm8998.cc",
]
deps = [
"$zx/system/banjo/ddk.protocol.platform.bus",
"$zx/system/ulib/ddk",
"$zx/system/ulib/ddktl",
"$zx/system/ulib/fbl",
]
data_deps = [
"$zx/kernel/target/arm64/boot-shim:msm8998",
]
}