blob: f6245dfb9065c83dec8cb1111ce56e8307a5ff27 [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("imx8m-display") {
sources = [
"imx8m-display.c",
]
deps = [
"$zx/system/banjo/ddk-protocol-display-controller",
"$zx/system/banjo/ddk-protocol-platform-device",
"$zx/system/ulib/ddk",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
]
}