blob: ffcf59b55b154f43312234ef4e07c2c0f8712f5a [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/ddk.protocol.gpio",
"//sdk/banjo/ddk.protocol.gpioimpl",
"//sdk/banjo/ddk.protocol.platform.device",
"//src/lib/ddk",
]
include_dirs = [ "//src/devices/gpio/drivers/pl061/include" ]
}