blob: 559340af599a8fd265461a705464e019eccbe9ca [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
import("//build/zircon/migrated_targets.gni")
zx_library("arm_generic") {
kernel = true
sources = [ "arm_generic_timer.cc" ]
deps = [
"//zircon/kernel/dev/interrupt",
"//zircon/kernel/dev/pdev",
"//zircon/kernel/lib/arch",
"//zircon/kernel/lib/boot-options",
"//zircon/kernel/lib/counters",
"//zircon/kernel/lib/fixed_point",
"//zircon/kernel/lib/init",
"//zircon/kernel/lib/ktl",
"//zircon/kernel/lib/unittest",
"//zircon/system/ulib/affine",
]
}