blob: 7e9686f3342005ca7fb8db6398499852c93d8afa [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:fuchsia.hardware.gpio_banjo_cpp",
"//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" ]
}