blob: 853c8b3ac3d07fc53e1cc71b2083ade29cb4920b [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("pl061") {
sources = [
"pl061.c",
]
deps = [
"$zx/system/banjo/ddk.protocol.gpio",
"$zx/system/banjo/ddk.protocol.gpioimpl",
"$zx/system/banjo/ddk.protocol.platform.device",
"$zx/system/ulib/ddk",
"$zx/system/ulib/driver",
"$zx/system/ulib/zircon",
]
}