blob: 90708a3cc2a59c2a4a12429cf0fb7df42403db14 [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",
]
}