blob: a8860b1c6c0865a55a9c94beb32e8aa51fa74386 [file] [log] [blame] [edit]
# Copyright 2020 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.
group("drivers") {
deps = [ "drivers/clock" ]
if (target_cpu == "arm64") {
deps += [
"drivers/amlogic-clk",
"drivers/vim3-clk:bazel_package",
]
}
}
group("tests") {
testonly = true
deps = [
"drivers:tests",
"lib:tests",
]
}