blob: a32199e8e02371143bde8e83ea6f1d46c59107e6 [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("common") {
kernel = true
sources = [
"arm_gic_hw_interface.cpp",
]
deps = [
"$zx/kernel/dev/interrupt",
]
}