blob: 9ed655c7a3ef83cc0c81176d8fc04603c2beead1 [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.
import("//build/unification/images/migrated_manifest.gni")
source_set("pl061") {
sources = [ "pl061.c" ]
deps = [
"//sdk/banjo/ddk.protocol.gpio",
"//sdk/banjo/ddk.protocol.gpioimpl",
"//sdk/banjo/ddk.protocol.platform.device",
"//zircon/public/lib/ddk",
]
include_dirs = [ "//src/devices/gpio/drivers/pl061/include" ]
}