blob: 1a9c49ff974a6959bb58513a9a62e6196b3d1e5a [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.
source_set("pl061") {
sources = [ "pl061.c" ]
deps = [
"//sdk/banjo/fuchsia.hardware.gpio",
"//sdk/banjo/fuchsia.hardware.gpioimpl:fuchsia.hardware.gpioimpl_banjo_cpp",
"//sdk/banjo/fuchsia.hardware.platform.device",
"//src/lib/ddk",
]
include_dirs = [ "//src/devices/gpio/drivers/pl061/include" ]
}